Html Css Color HEX #52914C Hippie Green

📋 copy color: '#52914C'

red 82 ◦ green 145 ◦ blue 76

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

Shades of Hippie Green #52914C

Tints of Hippie Green #52914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.85%

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 27.06%
G = 47.85%
B = 25.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#52914C (or 0x52914C) is known color: Hippie Green. HEX triplet: 52, 91 and 4C. RGB value is (82,145,76). Sum of RGB (Red+Green+Blue) = 82+145+76=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #52914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52914C is #AD6EB3. Grayscale: #767676. Windows color (decimal): -11366068 or 5017938. OLE color: 5017938.

HSL color Cylindrical-coordinate representation of color #52914C: hue angle of 114.78º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52914C is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 76 -
CMYK 0.43 0 0.48 0.43
HSL 114.78º 0.31% 0.43% -
HSV(B) 114.78º 0.48% 0.57% -
XYZ 14.91 22.57 10.41 -
YUV 118.3 104.13 102.11 -
System Red Green Blue C M Y K H S L
Decimal 82 145 76 0.43 0 0.48 0.43 114.78 0.31 0.43
Hex 52 91 4C 2B 0 30 2B 73 1F 2B
Octal 122 221 114 53 0 60 53 163 37 53
Binary 1010010 10010001 1001100 101011 0 110000 101011 1110011 11111 101011

Color Harmonies of #52914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52914C

Black with #52914C

Text Example


Text Example

White with #52914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52914C; }

 p { color: rgb(82,145,76); }

 H1.HeaderClassName
 {
   color: #52914C;
 }
 .AnyTagClassName
 {
   color: #52914C;
 }
</style>

background-color css

<style>
 a { background-color: #52914C; }

 a { background-color: rgb(82,145,76); }

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

border-color css

<style>
 span { border-color: #52914C; }

 span { border-color: rgb(82,145,76); }

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