Html Css Color HEX #537142 Fern Green

📋 copy color: '#537142'

red 83 ◦ green 113 ◦ blue 66

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

Shades of Fern Green #537142

Tints of Fern Green #537142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

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

R = 31.68%
G = 43.13%
B = 25.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#537142 (or 0x537142) is known color: Fern Green. HEX triplet: 53, 71 and 42. RGB value is (83,113,66). Sum of RGB (Red+Green+Blue) = 83+113+66=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #537142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537142 is #AC8EBD. Grayscale: #626262. Windows color (decimal): -11308734 or 4354387. OLE color: 4354387.

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

Color convert

RGB 83 113 66 -
CMYK 0.27 0 0.42 0.56
HSL 98.3º 0.26% 0.35% -
HSV(B) 98.3º 0.42% 0.44% -
XYZ 10.46 14.04 7.31 -
YUV 98.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 83 113 66 0.27 0 0.42 0.56 98.3 0.26 0.35
Hex 53 71 42 1B 0 2A 38 62 1A 23
Octal 123 161 102 33 0 52 70 142 32 43
Binary 1010011 1110001 1000010 11011 0 101010 111000 1100010 11010 100011

Color Harmonies of #537142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537142

Black with #537142

Text Example


Text Example

White with #537142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537142; }

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

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

background-color css

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

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

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

border-color css

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

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

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