Html Css Color HEX #537742 Fern Green

📋 copy color: '#537742'

red 83 ◦ green 119 ◦ blue 66

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

Shades of Fern Green #537742

Tints of Fern Green #537742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

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

R = 30.97%
G = 44.4%
B = 24.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#537742 (or 0x537742) is known color: Fern Green. HEX triplet: 53, 77 and 42. RGB value is (83,119,66). Sum of RGB (Red+Green+Blue) = 83+119+66=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #537742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537742 is #AC88BD. Grayscale: #666666. Windows color (decimal): -11307198 or 4355923. OLE color: 4355923.

HSL color Cylindrical-coordinate representation of color #537742: hue angle of 100.75º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #537742 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 66 -
CMYK 0.30 0 0.45 0.53
HSL 100.75º 0.29% 0.36% -
HSV(B) 100.75º 0.45% 0.47% -
XYZ 11.15 15.43 7.54 -
YUV 102.19 107.57 114.31 -
System Red Green Blue C M Y K H S L
Decimal 83 119 66 0.30 0 0.45 0.53 100.75 0.29 0.36
Hex 53 77 42 1E 0 2D 35 65 1D 24
Octal 123 167 102 36 0 55 65 145 35 44
Binary 1010011 1110111 1000010 11110 0 101101 110101 1100101 11101 100100

Color Harmonies of #537742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537742

Black with #537742

Text Example


Text Example

White with #537742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537742; }

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

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

background-color css

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

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

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

border-color css

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

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

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