#54964A

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

Shades of Hippie Green #54964A

Tints of Hippie Green #54964A

Color information

#54964A (or 0x54964A) is unknown color: approx Hippie Green. HEX triplet: 54, 96 and 4A. RGB value is (84,150,74). Sum of RGB (Red+Green+Blue) = 84+150+74=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #54964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54964A is #AB69B5. Grayscale: #797979. Windows color (decimal): -11233718 or 4888148. OLE color: 4888148.

HSL color Cylindrical-coordinate representation of color #54964A: hue angle of 112.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54964A is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB8415074-
CMYK0.4400.510.41
HSL112.11º33.93%43.92%-
HSV(B)112.11º50.67%58.82%-
XYZ15.824.1910.32-
YUV121.6101.13101.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=27.27%
G=48.70%
B=24.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84150740.4400.510.41112.1133.9343.92
Hex54964A2C0332970222c
Octal12422611254063511604254
Binary101010010010110100101010110001100111010011110000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54964A; }

 p { color: rgb(84,150,74); }

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

<style>
 a { background-color: #54964A; }

 a { background-color: rgb(84,150,74); }

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

<style>
 span { border-color: #54964A; }

 span { border-color: rgb(84,150,74); }

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