Html Css Color HEX #52714A Fern Green

📋 copy color: '#52714A'

red 82 ◦ green 113 ◦ blue 74

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

Shades of Fern Green #52714A

Tints of Fern Green #52714A

RGB

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

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

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

R = 30.48%
G = 42.01%
B = 27.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#52714A (or 0x52714A) is known color: Fern Green. HEX triplet: 52, 71 and 4A. RGB value is (82,113,74). Sum of RGB (Red+Green+Blue) = 82+113+74=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #52714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52714A is #AD8EB5. Grayscale: #636363. Windows color (decimal): -11374262 or 4878674. OLE color: 4878674.

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

Color convert

RGB 82 113 74 -
CMYK 0.27 0 0.35 0.56
HSL 107.69º 0.21% 0.37% -
HSV(B) 107.69º 0.35% 0.44% -
XYZ 10.62 14.1 8.64 -
YUV 99.29 113.73 115.67 -
System Red Green Blue C M Y K H S L
Decimal 82 113 74 0.27 0 0.35 0.56 107.69 0.21 0.37
Hex 52 71 4A 1B 0 23 38 6C 15 25
Octal 122 161 112 33 0 43 70 154 25 45
Binary 1010010 1110001 1001010 11011 0 100011 111000 1101100 10101 100101

Color Harmonies of #52714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52714A

Black with #52714A

Text Example


Text Example

White with #52714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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