#52904B

Color #52904B Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #52904B

Tints of Hippie Green #52904B

Color information

#52904B (or 0x52904B) is unknown color: approx Hippie Green. HEX triplet: 52, 90 and 4B. RGB value is (82,144,75). Sum of RGB (Red+Green+Blue) = 82+144+75=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #52904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52904B is #AD6FB4. Grayscale: #757575. Windows color (decimal): -11366325 or 4952146. OLE color: 4952146.

HSL color Cylindrical-coordinate representation of color #52904B: hue angle of 113.91º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52904B is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB8214475-
CMYK0.4300.480.44
HSL113.91º31.51%42.94%-
HSV(B)113.91º47.92%56.47%-
XYZ14.7222.2510.17-
YUV117.6103.96102.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 144 (56.64% from 255) = 47.84%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=27.24%
G=47.84%
B=24.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144750.4300.480.44113.9131.5142.94
Hex52904B2B0302C72202b
Octal12222011353060541624053
Binary101001010010000100101110101101100001011001110010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52904B;
 }
 .AnyTagClassName
 {
   color: #52904B;
 }
</style>
background-color css

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

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

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

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

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

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