#558C4E

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

Shades of Hippie Green #558C4E

Tints of Hippie Green #558C4E

Color information

#558C4E (or 0x558C4E) is unknown color: approx Hippie Green. HEX triplet: 55, 8C and 4E. RGB value is (85,140,78). Sum of RGB (Red+Green+Blue) = 85+140+78=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #558C4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C4E is #AA73B1. Grayscale: #747474. Windows color (decimal): -11170738 or 5147733. OLE color: 5147733.

HSL color Cylindrical-coordinate representation of color #558C4E: hue angle of 113.23º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558C4E is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB8514078-
CMYK0.3900.440.45
HSL113.23º28.44%42.75%-
HSV(B)113.23º44.29%54.9%-
XYZ14.521.2410.54-
YUV116.49106.28105.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 140 (55.08% from 255) = 46.20%
BLUE value IS 78 (30.86% from 255) = 25.74%
R=28.05%
G=46.20%
B=25.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85140780.3900.440.45113.2328.4442.75
Hex558C4E2702C2D711c2b
Octal12521411647054551613453
Binary10101011000110010011101001110101100101101111000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558C4E; }

 p { color: rgb(85,140,78); }

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

<style>
 a { background-color: #558C4E; }

 a { background-color: rgb(85,140,78); }

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

<style>
 span { border-color: #558C4E; }

 span { border-color: rgb(85,140,78); }

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