#53904C

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

Shades of Hippie Green #53904C

Tints of Hippie Green #53904C

Color information

#53904C (or 0x53904C) is unknown color: approx Hippie Green. HEX triplet: 53, 90 and 4C. RGB value is (83,144,76). Sum of RGB (Red+Green+Blue) = 83+144+76=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #53904C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53904C is #AC6FB3. Grayscale: #767676. Windows color (decimal): -11300788 or 5017683. OLE color: 5017683.

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

Color convert

RGB8314476-
CMYK0.4200.470.44
HSL113.82º30.91%43.14%-
HSV(B)113.82º47.22%56.47%-
XYZ14.8522.3110.36-
YUV118.01104.29103.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=27.39%
G=47.52%
B=25.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144760.4200.470.44113.8230.9143.14
Hex53904C2A02F2C721f2b
Octal12322011452057541623753
Binary10100111001000010011001010100101111101100111001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53904C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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