#52874E

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

Shades of Hippie Green #52874E

Tints of Hippie Green #52874E

Color information

#52874E (or 0x52874E) is unknown color: approx Hippie Green. HEX triplet: 52, 87 and 4E. RGB value is (82,135,78). Sum of RGB (Red+Green+Blue) = 82+135+78=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #52874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52874E is #AD78B1. Grayscale: #707070. Windows color (decimal): -11368626 or 5146450. OLE color: 5146450.

HSL color Cylindrical-coordinate representation of color #52874E: hue angle of 115.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52874E is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB8213578-
CMYK0.3900.420.47
HSL115.79º26.76%41.76%-
HSV(B)115.79º42.22%52.94%-
XYZ13.5219.6710.29-
YUV112.65108.44106.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=27.80%
G=45.76%
B=26.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135780.3900.420.47115.7926.7641.76
Hex52874E2702A2F741b2a
Octal12220711647052571643352
Binary10100101000011110011101001110101010101111111010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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