#538A3B

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

Shades of Fern Green #538A3B

Tints of Fern Green #538A3B

Color information

#538A3B (or 0x538A3B) is unknown color: approx Fern Green. HEX triplet: 53, 8A and 3B. RGB value is (83,138,59). Sum of RGB (Red+Green+Blue) = 83+138+59=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #538A3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538A3B is #AC75C4. Grayscale: #707070. Windows color (decimal): -11302341 or 3902035. OLE color: 3902035.

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

Color convert

RGB8313859-
CMYK0.4000.570.46
HSL101.77º40.1%38.63%-
HSV(B)101.77º57.25%54.12%-
XYZ13.4520.337.35-
YUV112.5597.78106.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 138 (54.30% from 255) = 49.29%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=29.64%
G=49.29%
B=21.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83138590.4000.570.46101.7740.138.63
Hex538A3B280392E662827
Octal1232127350071561465047
Binary10100111000101011101110100001110011011101100110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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