Html Css Color HEX #537242 Fern Green

📋 copy color: '#537242'

red 83 ◦ green 114 ◦ blue 66

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

Shades of Fern Green #537242

Tints of Fern Green #537242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

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

R = 31.56%
G = 43.35%
B = 25.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#537242 (or 0x537242) is known color: Fern Green. HEX triplet: 53, 72 and 42. RGB value is (83,114,66). Sum of RGB (Red+Green+Blue) = 83+114+66=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #537242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537242 is #AC8DBD. Grayscale: #636363. Windows color (decimal): -11308478 or 4354643. OLE color: 4354643.

HSL color Cylindrical-coordinate representation of color #537242: hue angle of 98.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537242 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 66 -
CMYK 0.27 0 0.42 0.55
HSL 98.75º 0.27% 0.35% -
HSV(B) 98.75º 0.42% 0.45% -
XYZ 10.57 14.27 7.35 -
YUV 99.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 83 114 66 0.27 0 0.42 0.55 98.75 0.27 0.35
Hex 53 72 42 1B 0 2A 37 63 1B 23
Octal 123 162 102 33 0 52 67 143 33 43
Binary 1010011 1110010 1000010 11011 0 101010 110111 1100011 11011 100011

Color Harmonies of #537242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537242

Black with #537242

Text Example


Text Example

White with #537242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537242; }

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

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

background-color css

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

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

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

border-color css

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

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

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