Html Css Color HEX #52814C Fern Green

📋 copy color: '#52814C'

red 82 ◦ green 129 ◦ blue 76

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

Shades of Fern Green #52814C

Tints of Fern Green #52814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.95%

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 28.57%
G = 44.95%
B = 26.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#52814C (or 0x52814C) is known color: Fern Green. HEX triplet: 52, 81 and 4C. RGB value is (82,129,76). Sum of RGB (Red+Green+Blue) = 82+129+76=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #52814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52814C is #AD7EB3. Grayscale: #6D6D6D. Windows color (decimal): -11370164 or 5013842. OLE color: 5013842.

HSL color Cylindrical-coordinate representation of color #52814C: hue angle of 113.21º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52814C is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 129 76 -
CMYK 0.36 0 0.41 0.49
HSL 113.21º 0.26% 0.4% -
HSV(B) 113.21º 0.41% 0.51% -
XYZ 12.63 18.02 9.65 -
YUV 108.91 109.43 108.81 -
System Red Green Blue C M Y K H S L
Decimal 82 129 76 0.36 0 0.41 0.49 113.21 0.26 0.4
Hex 52 81 4C 24 0 29 31 71 1A 28
Octal 122 201 114 44 0 51 61 161 32 50
Binary 1010010 10000001 1001100 100100 0 101001 110001 1110001 11010 101000

Color Harmonies of #52814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52814C

Black with #52814C

Text Example


Text Example

White with #52814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52814C; }

 p { color: rgb(82,129,76); }

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

background-color css

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

 a { background-color: rgb(82,129,76); }

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

border-color css

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

 span { border-color: rgb(82,129,76); }

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