#538942

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

Shades of Fern Green #538942

Tints of Fern Green #538942

Color information

#538942 (or 0x538942) is unknown color: approx Fern Green. HEX triplet: 53, 89 and 42. RGB value is (83,137,66). Sum of RGB (Red+Green+Blue) = 83+137+66=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #538942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538942 is #AC76BD. Grayscale: #707070. Windows color (decimal): -11302590 or 4360531. OLE color: 4360531.

HSL color Cylindrical-coordinate representation of color #538942: hue angle of 105.63º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #538942 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB8313766-
CMYK0.3900.520.46
HSL105.63º34.98%39.8%-
HSV(B)105.63º51.82%53.73%-
XYZ13.520.128.33-
YUV112.76101.61106.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 137 (53.91% from 255) = 47.90%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=29.02%
G=47.90%
B=23.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83137660.3900.520.46105.6334.9839.8
Hex538942270342E6a2328
Octal12321110247064561524350
Binary101001110001001100001010011101101001011101101010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538942; }

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

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

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

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

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

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

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

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