#538A39

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

Shades of Fern Green #538A39

Tints of Fern Green #538A39

Color information

#538A39 (or 0x538A39) is unknown color: approx Fern Green. HEX triplet: 53, 8A and 39. RGB value is (83,138,57). Sum of RGB (Red+Green+Blue) = 83+138+57=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #538A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538A39 is #AC75C6. Grayscale: #707070. Windows color (decimal): -11302343 or 3770963. OLE color: 3770963.

HSL color Cylindrical-coordinate representation of color #538A39: hue angle of 100.74º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538A39 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB8313857-
CMYK0.4000.590.46
HSL100.74º41.54%38.24%-
HSV(B)100.74º58.7%54.12%-
XYZ13.3920.317.09-
YUV112.3296.78107.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 138 (54.30% from 255) = 49.64%
BLUE value IS 57 (22.66% from 255) = 20.50%
R=29.86%
G=49.64%
B=20.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83138570.4000.590.46100.7441.5438.24
Hex538A392803B2E652a26
Octal1232127150073561455246
Binary10100111000101011100110100001110111011101100101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538A39; }

 p { color: rgb(83,138,57); }

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

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

 a { background-color: rgb(83,138,57); }

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

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

 span { border-color: rgb(83,138,57); }

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