#558956

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

Shades of Hippie Green #558956

Tints of Hippie Green #558956

Color information

#558956 (or 0x558956) is unknown color: approx Hippie Green. HEX triplet: 55, 89 and 56. RGB value is (85,137,86). Sum of RGB (Red+Green+Blue) = 85+137+86=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #558956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558956 is #AA76A9. Grayscale: #737373. Windows color (decimal): -11171498 or 5671253. OLE color: 5671253.

HSL color Cylindrical-coordinate representation of color #558956: hue angle of 121.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558956 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB8513786-
CMYK0.3800.370.46
HSL121.15º23.42%43.53%-
HSV(B)121.15º37.96%53.73%-
XYZ14.3720.4912-
YUV115.64111.27106.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=27.60%
G=44.48%
B=27.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85137860.3800.370.46121.1523.4243.53
Hex558956260252E79172c
Octal12521112646045561712754
Binary10101011000100110101101001100100101101110111100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558956; }

 p { color: rgb(85,137,86); }

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

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

 a { background-color: rgb(85,137,86); }

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

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

 span { border-color: rgb(85,137,86); }

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