#548E4B

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

Shades of Hippie Green #548E4B

Tints of Hippie Green #548E4B

Color information

#548E4B (or 0x548E4B) is unknown color: approx Hippie Green. HEX triplet: 54, 8E and 4B. RGB value is (84,142,75). Sum of RGB (Red+Green+Blue) = 84+142+75=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #548E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548E4B is #AB71B4. Grayscale: #757575. Windows color (decimal): -11235765 or 4951636. OLE color: 4951636.

HSL color Cylindrical-coordinate representation of color #548E4B: hue angle of 111.94º 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 #548E4B is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB8414275-
CMYK0.4100.470.44
HSL111.94º30.88%42.55%-
HSV(B)111.94º47.18%55.69%-
XYZ14.621.7410.08-
YUV117.02104.28104.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 142 (55.86% from 255) = 47.18%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=27.91%
G=47.18%
B=24.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84142750.4100.470.44111.9430.8842.55
Hex548E4B2902F2C701f2b
Octal12421611351057541603753
Binary10101001000111010010111010010101111101100111000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548E4B; }

 p { color: rgb(84,142,75); }

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

<style>
 a { background-color: #548E4B; }

 a { background-color: rgb(84,142,75); }

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

<style>
 span { border-color: #548E4B; }

 span { border-color: rgb(84,142,75); }

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