Html Css Color HEX #52884B Fern Green

📋 copy color: '#52884B'

red 82 ◦ green 136 ◦ blue 75

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

Shades of Fern Green #52884B

Tints of Fern Green #52884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 27.99%
G = 46.42%
B = 25.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#52884B (or 0x52884B) is known color: Fern Green. HEX triplet: 52, 88 and 4B. RGB value is (82,136,75). Sum of RGB (Red+Green+Blue) = 82+136+75=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #52884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52884B is #AD77B4. Grayscale: #717171. Windows color (decimal): -11368373 or 4950098. OLE color: 4950098.

HSL color Cylindrical-coordinate representation of color #52884B: hue angle of 113.11º 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 #52884B is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 75 -
CMYK 0.40 0 0.45 0.47
HSL 113.11º 0.29% 0.41% -
HSV(B) 113.11º 0.45% 0.53% -
XYZ 13.55 19.91 9.79 -
YUV 112.9 106.61 105.96 -
System Red Green Blue C M Y K H S L
Decimal 82 136 75 0.40 0 0.45 0.47 113.11 0.29 0.41
Hex 52 88 4B 28 0 2D 2F 71 1D 29
Octal 122 210 113 50 0 55 57 161 35 51
Binary 1010010 10001000 1001011 101000 0 101101 101111 1110001 11101 101001

Color Harmonies of #52884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52884B

Black with #52884B

Text Example


Text Example

White with #52884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52884B; }

 p { color: rgb(82,136,75); }

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

background-color css

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

 a { background-color: rgb(82,136,75); }

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

border-color css

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

 span { border-color: rgb(82,136,75); }

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