Html Css Color HEX #52824A Fern Green

📋 copy color: '#52824A'

red 82 ◦ green 130 ◦ blue 74

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

Shades of Fern Green #52824A

Tints of Fern Green #52824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

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

R = 28.67%
G = 45.45%
B = 25.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#52824A (or 0x52824A) is known color: Fern Green. HEX triplet: 52, 82 and 4A. RGB value is (82,130,74). Sum of RGB (Red+Green+Blue) = 82+130+74=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #52824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52824A is #AD7DB5. Grayscale: #6D6D6D. Windows color (decimal): -11369910 or 4883026. OLE color: 4883026.

HSL color Cylindrical-coordinate representation of color #52824A: hue angle of 111.43º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52824A is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 74 -
CMYK 0.37 0 0.43 0.49
HSL 111.43º 0.27% 0.4% -
HSV(B) 111.43º 0.43% 0.51% -
XYZ 12.7 18.25 9.33 -
YUV 109.26 108.1 108.55 -
System Red Green Blue C M Y K H S L
Decimal 82 130 74 0.37 0 0.43 0.49 111.43 0.27 0.4
Hex 52 82 4A 25 0 2B 31 6F 1B 28
Octal 122 202 112 45 0 53 61 157 33 50
Binary 1010010 10000010 1001010 100101 0 101011 110001 1101111 11011 101000

Color Harmonies of #52824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52824A

Black with #52824A

Text Example


Text Example

White with #52824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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