#569550

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

Shades of Hippie Green #569550

Tints of Hippie Green #569550

Color information

#569550 (or 0x569550) is unknown color: approx Hippie Green. HEX triplet: 56, 95 and 50. RGB value is (86,149,80). Sum of RGB (Red+Green+Blue) = 86+149+80=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #569550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569550 is #A96AAF. Grayscale: #7A7A7A. Windows color (decimal): -11102896 or 5281110. OLE color: 5281110.

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

Color convert

RGB8614980-
CMYK0.4200.460.42
HSL114.78º30.13%44.9%-
HSV(B)114.78º46.31%58.43%-
XYZ16.0324.0511.39-
YUV122.3104.13102.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=27.30%
G=47.30%
B=25.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86149800.4200.460.42114.7830.1344.9
Hex5695502A02E2A731e2d
Octal12622512052056521633655
Binary10101101001010110100001010100101110101010111001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569550; }

 p { color: rgb(86,149,80); }

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

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

 a { background-color: rgb(86,149,80); }

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

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

 span { border-color: rgb(86,149,80); }

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