Html Css Color HEX #52824B Fern Green

📋 copy color: '#52824B'

red 82 ◦ green 130 ◦ blue 75

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

Shades of Fern Green #52824B

Tints of Fern Green #52824B

RGB

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

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

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

R = 28.57%
G = 45.3%
B = 26.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#52824B (or 0x52824B) is known color: Fern Green. HEX triplet: 52, 82 and 4B. RGB value is (82,130,75). Sum of RGB (Red+Green+Blue) = 82+130+75=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #52824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52824B is #AD7DB4. Grayscale: #6D6D6D. Windows color (decimal): -11369909 or 4948562. OLE color: 4948562.

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

Color convert

RGB 82 130 75 -
CMYK 0.37 0 0.42 0.49
HSL 112.36º 0.27% 0.4% -
HSV(B) 112.36º 0.42% 0.51% -
XYZ 12.73 18.27 9.51 -
YUV 109.38 108.6 108.47 -
System Red Green Blue C M Y K H S L
Decimal 82 130 75 0.37 0 0.42 0.49 112.36 0.27 0.4
Hex 52 82 4B 25 0 2A 31 70 1B 28
Octal 122 202 113 45 0 52 61 160 33 50
Binary 1010010 10000010 1001011 100101 0 101010 110001 1110000 11011 101000

Color Harmonies of #52824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52824B

Black with #52824B

Text Example


Text Example

White with #52824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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