#53904E

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

Shades of Hippie Green #53904E

Tints of Hippie Green #53904E

Color information

#53904E (or 0x53904E) is unknown color: approx Hippie Green. HEX triplet: 53, 90 and 4E. RGB value is (83,144,78). Sum of RGB (Red+Green+Blue) = 83+144+78=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #53904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53904E is #AC6FB1. Grayscale: #767676. Windows color (decimal): -11300786 or 5148755. OLE color: 5148755.

HSL color Cylindrical-coordinate representation of color #53904E: hue angle of 115.45º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53904E is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB8314478-
CMYK0.4200.460.44
HSL115.45º29.73%43.53%-
HSV(B)115.45º45.83%56.47%-
XYZ14.9222.3410.73-
YUV118.24105.29102.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 144 (56.64% from 255) = 47.21%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=27.21%
G=47.21%
B=25.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144780.4200.460.44115.4529.7343.53
Hex53904E2A02E2C731e2c
Octal12322011652056541633654
Binary10100111001000010011101010100101110101100111001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,144,78); }

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

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

 a { background-color: rgb(83,144,78); }

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

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

 span { border-color: rgb(83,144,78); }

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