#53884B

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

Shades of Hippie Green #53884B

Tints of Hippie Green #53884B

Color information

#53884B (or 0x53884B) is unknown color: approx Hippie Green. HEX triplet: 53, 88 and 4B. RGB value is (83,136,75). Sum of RGB (Red+Green+Blue) = 83+136+75=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #53884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53884B is #AC77B4. Grayscale: #717171. Windows color (decimal): -11302837 or 4950099. OLE color: 4950099.

HSL color Cylindrical-coordinate representation of color #53884B: hue angle of 112.13º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53884B is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB8313675-
CMYK0.3900.450.47
HSL112.13º28.91%41.37%-
HSV(B)112.13º44.85%53.33%-
XYZ13.6419.969.79-
YUV113.2106.44106.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 136 (53.52% from 255) = 46.26%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=28.23%
G=46.26%
B=25.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83136750.3900.450.47112.1328.9141.37
Hex53884B2702D2F701d29
Octal12321011347055571603551
Binary10100111000100010010111001110101101101111111000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,136,75); }

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

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

 a { background-color: rgb(83,136,75); }

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

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

 span { border-color: rgb(83,136,75); }

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