#54954E

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

Shades of Hippie Green #54954E

Tints of Hippie Green #54954E

Color information

#54954E (or 0x54954E) is unknown color: approx Hippie Green. HEX triplet: 54, 95 and 4E. RGB value is (84,149,78). Sum of RGB (Red+Green+Blue) = 84+149+78=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #54954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54954E is #AB6AB1. Grayscale: #797979. Windows color (decimal): -11233970 or 5150036. OLE color: 5150036.

HSL color Cylindrical-coordinate representation of color #54954E: hue angle of 114.93º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54954E is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB8414978-
CMYK0.4400.480.42
HSL114.93º31.28%44.51%-
HSV(B)114.93º47.65%58.43%-
XYZ15.7823.9311-
YUV121.47103.47101.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=27.01%
G=47.91%
B=25.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149780.4400.480.42114.9331.2844.51
Hex54954E2C0302A731f2d
Octal12422511654060521633755
Binary10101001001010110011101011000110000101010111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,149,78); }

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

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

 a { background-color: rgb(84,149,78); }

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

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

 span { border-color: rgb(84,149,78); }

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