Html Css Color HEX #52874A Fern Green

📋 copy color: '#52874A'

red 82 ◦ green 135 ◦ blue 74

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

Shades of Fern Green #52874A

Tints of Fern Green #52874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.39%

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

R = 28.18%
G = 46.39%
B = 25.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#52874A (or 0x52874A) is known color: Fern Green. HEX triplet: 52, 87 and 4A. RGB value is (82,135,74). Sum of RGB (Red+Green+Blue) = 82+135+74=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #52874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52874A is #AD78B5. Grayscale: #707070. Windows color (decimal): -11368630 or 4884306. OLE color: 4884306.

HSL color Cylindrical-coordinate representation of color #52874A: hue angle of 112.13º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52874A is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 135 74 -
CMYK 0.39 0 0.45 0.47
HSL 112.13º 0.29% 0.41% -
HSV(B) 112.13º 0.45% 0.53% -
XYZ 13.38 19.62 9.56 -
YUV 112.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 82 135 74 0.39 0 0.45 0.47 112.13 0.29 0.41
Hex 52 87 4A 27 0 2D 2F 70 1D 29
Octal 122 207 112 47 0 55 57 160 35 51
Binary 1010010 10000111 1001010 100111 0 101101 101111 1110000 11101 101001

Color Harmonies of #52874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52874A

Black with #52874A

Text Example


Text Example

White with #52874A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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