Html Css Color HEX #537042 Fern Green

📋 copy color: '#537042'

red 83 ◦ green 112 ◦ blue 66

#537042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #537042

Tints of Fern Green #537042

RGB

 RED value IS 83 (32.81% from 255) = 31.8%

 GREEN value IS 112 (44.14% from 255) = 42.91%

 BLUE value IS 66 (26.17% from 255) = 25.29%

R = 31.8%
G = 42.91%
B = 25.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#537042 (or 0x537042) is known color: Fern Green. HEX triplet: 53, 70 and 42. RGB value is (83,112,66). Sum of RGB (Red+Green+Blue) = 83+112+66=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #537042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537042 is #AC8FBD. Grayscale: #626262. Windows color (decimal): -11308990 or 4354131. OLE color: 4354131.

HSL color Cylindrical-coordinate representation of color #537042: hue angle of 97.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #537042 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 66 -
CMYK 0.26 0 0.41 0.56
HSL 97.83º 0.26% 0.35% -
HSV(B) 97.83º 0.41% 0.44% -
XYZ 10.34 13.82 7.28 -
YUV 98.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 83 112 66 0.26 0 0.41 0.56 97.83 0.26 0.35
Hex 53 70 42 1A 0 29 38 62 1A 23
Octal 123 160 102 32 0 51 70 142 32 43
Binary 1010011 1110000 1000010 11010 0 101001 111000 1100010 11010 100011

Color Harmonies of #537042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537042

Black with #537042

Text Example


Text Example

White with #537042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537042; }

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

 H1.HeaderClassName
 {
   color: #537042;
 }
 .AnyTagClassName
 {
   color: #537042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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