Html Css Color HEX #52704A Fern Green

📋 copy color: '#52704A'

red 82 ◦ green 112 ◦ blue 74

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

Shades of Fern Green #52704A

Tints of Fern Green #52704A

RGB

 RED value IS 82 (32.42% from 255) = 30.6%

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 30.6%
G = 41.79%
B = 27.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#52704A (or 0x52704A) is known color: Fern Green. HEX triplet: 52, 70 and 4A. RGB value is (82,112,74). Sum of RGB (Red+Green+Blue) = 82+112+74=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #52704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52704A is #AD8FB5. Grayscale: #626262. Windows color (decimal): -11374518 or 4878418. OLE color: 4878418.

HSL color Cylindrical-coordinate representation of color #52704A: hue angle of 107.37º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52704A is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 74 -
CMYK 0.27 0 0.34 0.56
HSL 107.37º 0.2% 0.36% -
HSV(B) 107.37º 0.34% 0.44% -
XYZ 10.51 13.88 8.6 -
YUV 98.7 114.06 116.09 -
System Red Green Blue C M Y K H S L
Decimal 82 112 74 0.27 0 0.34 0.56 107.37 0.2 0.36
Hex 52 70 4A 1B 0 22 38 6B 14 24
Octal 122 160 112 33 0 42 70 153 24 44
Binary 1010010 1110000 1001010 11011 0 100010 111000 1101011 10100 100100

Color Harmonies of #52704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52704A

Black with #52704A

Text Example


Text Example

White with #52704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52704A; }

 p { color: rgb(82,112,74); }

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

background-color css

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

 a { background-color: rgb(82,112,74); }

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

border-color css

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

 span { border-color: rgb(82,112,74); }

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