#538442

Color #538442 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #538442

Tints of Fern Green #538442

Color information

#538442 (or 0x538442) is unknown color: approx Fern Green. HEX triplet: 53, 84 and 42. RGB value is (83,132,66). Sum of RGB (Red+Green+Blue) = 83+132+66=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #538442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538442 is #AC7BBD. Grayscale: #6E6E6E. Windows color (decimal): -11303870 or 4359251. OLE color: 4359251.

HSL color Cylindrical-coordinate representation of color #538442: hue angle of 104.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #538442 is Cyan = 0.37, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB8313266-
CMYK0.3700.50.48
HSL104.55º33.33%38.82%-
HSV(B)104.55º50%51.76%-
XYZ12.818.738.1-
YUV109.82103.27108.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=29.54%
G=46.98%
B=23.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83132660.3700.50.48104.5533.3338.82
Hex5384422503230692127
Octal12320410245062601514147
Binary101001110000100100001010010101100101100001101001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538442; }

 p { color: rgb(83,132,66); }

 H1.HeaderClassName
 {
   color: #538442;
 }
 .AnyTagClassName
 {
   color: #538442;
 }
</style>
background-color css

<style>
 a { background-color: #538442; }

 a { background-color: rgb(83,132,66); }

 div.DivClassName
 {
   background-color: #538442;
 }
 .BgClassName
 {
   background-color: #538442;
 }
</style>
border-color css

<style>
 span { border-color: #538442; }

 span { border-color: rgb(83,132,66); }

 td.TdClassName
 {
   border-color: #538442;
 }
 .TagClassName
 {
   border-color: #538442;
 }
</style>