Html Css Color HEX #52844E Hippie Green

📋 copy color: '#52844E'

red 82 ◦ green 132 ◦ blue 78

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

Shades of Hippie Green #52844E

Tints of Hippie Green #52844E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.21%

 BLUE value IS 78 (30.86% from 255) = 26.71%

R = 28.08%
G = 45.21%
B = 26.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#52844E (or 0x52844E) is known color: Hippie Green. HEX triplet: 52, 84 and 4E. RGB value is (82,132,78). Sum of RGB (Red+Green+Blue) = 82+132+78=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #52844E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52844E is #AD7BB1. Grayscale: #6F6F6F. Windows color (decimal): -11369394 or 5145682. OLE color: 5145682.

HSL color Cylindrical-coordinate representation of color #52844E: hue angle of 115.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52844E is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 78 -
CMYK 0.38 0 0.41 0.48
HSL 115.56º 0.26% 0.41% -
HSV(B) 115.56º 0.41% 0.52% -
XYZ 13.11 18.85 10.15 -
YUV 110.89 109.44 107.39 -
System Red Green Blue C M Y K H S L
Decimal 82 132 78 0.38 0 0.41 0.48 115.56 0.26 0.41
Hex 52 84 4E 26 0 29 30 74 1A 29
Octal 122 204 116 46 0 51 60 164 32 51
Binary 1010010 10000100 1001110 100110 0 101001 110000 1110100 11010 101001

Color Harmonies of #52844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52844E

Black with #52844E

Text Example


Text Example

White with #52844E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52844E; }

 p { color: rgb(82,132,78); }

 H1.HeaderClassName
 {
   color: #52844E;
 }
 .AnyTagClassName
 {
   color: #52844E;
 }
</style>

background-color css

<style>
 a { background-color: #52844E; }

 a { background-color: rgb(82,132,78); }

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

border-color css

<style>
 span { border-color: #52844E; }

 span { border-color: rgb(82,132,78); }

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