#54924C

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

Shades of Hippie Green #54924C

Tints of Hippie Green #54924C

Color information

#54924C (or 0x54924C) is unknown color: approx Hippie Green. HEX triplet: 54, 92 and 4C. RGB value is (84,146,76). Sum of RGB (Red+Green+Blue) = 84+146+76=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #54924C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54924C is #AB6DB3. Grayscale: #777777. Windows color (decimal): -11234740 or 5018196. OLE color: 5018196.

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

Color convert

RGB8414676-
CMYK0.4200.480.43
HSL113.14º31.53%43.53%-
HSV(B)113.14º47.95%57.25%-
XYZ15.2422.9610.47-
YUV119.48103.46102.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 146 (57.42% from 255) = 47.71%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=27.45%
G=47.71%
B=24.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146760.4200.480.43113.1431.5343.53
Hex54924C2A0302B71202c
Octal12422211452060531614054
Binary101010010010010100110010101001100001010111110001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,146,76); }

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

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

 a { background-color: rgb(84,146,76); }

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

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

 span { border-color: rgb(84,146,76); }

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