#538B3B

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

Shades of Fern Green #538B3B

Tints of Fern Green #538B3B

Color information

#538B3B (or 0x538B3B) is unknown color: approx Fern Green. HEX triplet: 53, 8B and 3B. RGB value is (83,139,59). Sum of RGB (Red+Green+Blue) = 83+139+59=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #538B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538B3B is #AC74C4. Grayscale: #717171. Windows color (decimal): -11302085 or 3902291. OLE color: 3902291.

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

Color convert

RGB8313959-
CMYK0.4000.580.45
HSL102º40.4%38.82%-
HSV(B)102º57.55%54.51%-
XYZ13.5920.627.4-
YUV113.1497.45106.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 139 (54.69% from 255) = 49.47%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=29.54%
G=49.47%
B=21.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139590.4000.580.4510240.438.82
Hex538B3B2803A2D662827
Octal1232137350072551465047
Binary10100111000101111101110100001110101011011100110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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