Html Css Color HEX #537342 Fern Green

📋 copy color: '#537342'

red 83 ◦ green 115 ◦ blue 66

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

Shades of Fern Green #537342

Tints of Fern Green #537342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

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

R = 31.44%
G = 43.56%
B = 25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#537342 (or 0x537342) is known color: Fern Green. HEX triplet: 53, 73 and 42. RGB value is (83,115,66). Sum of RGB (Red+Green+Blue) = 83+115+66=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #537342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537342 is #AC8CBD. Grayscale: #646464. Windows color (decimal): -11308222 or 4354899. OLE color: 4354899.

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

Color convert

RGB 83 115 66 -
CMYK 0.28 0 0.43 0.55
HSL 99.18º 0.27% 0.35% -
HSV(B) 99.18º 0.43% 0.45% -
XYZ 10.68 14.49 7.39 -
YUV 99.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 83 115 66 0.28 0 0.43 0.55 99.18 0.27 0.35
Hex 53 73 42 1C 0 2B 37 63 1B 23
Octal 123 163 102 34 0 53 67 143 33 43
Binary 1010011 1110011 1000010 11100 0 101011 110111 1100011 11011 100011

Color Harmonies of #537342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537342

Black with #537342

Text Example


Text Example

White with #537342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537342; }

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

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

background-color css

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

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

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

border-color css

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

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

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