Html Css Color HEX #52824F Hippie Green

📋 copy color: '#52824F'

red 82 ◦ green 130 ◦ blue 79

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

Shades of Hippie Green #52824F

Tints of Hippie Green #52824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.15%

R = 28.18%
G = 44.67%
B = 27.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#52824F (or 0x52824F) is known color: Hippie Green. HEX triplet: 52, 82 and 4F. RGB value is (82,130,79). Sum of RGB (Red+Green+Blue) = 82+130+79=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #52824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52824F is #AD7DB0. Grayscale: #6D6D6D. Windows color (decimal): -11369905 or 5210706. OLE color: 5210706.

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

Color convert

RGB 82 130 79 -
CMYK 0.37 0 0.39 0.49
HSL 116.47º 0.24% 0.41% -
HSV(B) 116.47º 0.39% 0.51% -
XYZ 12.87 18.32 10.26 -
YUV 109.83 110.6 108.15 -
System Red Green Blue C M Y K H S L
Decimal 82 130 79 0.37 0 0.39 0.49 116.47 0.24 0.41
Hex 52 82 4F 25 0 27 31 74 18 29
Octal 122 202 117 45 0 47 61 164 30 51
Binary 1010010 10000010 1001111 100101 0 100111 110001 1110100 11000 101001

Color Harmonies of #52824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52824F

Black with #52824F

Text Example


Text Example

White with #52824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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