#5C9552

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

Shades of Hippie Green #5C9552

Tints of Hippie Green #5C9552

Color information

#5C9552 (or 0x5C9552) is unknown color: approx Hippie Green. HEX triplet: 5C, 95 and 52. RGB value is (92,149,82). Sum of RGB (Red+Green+Blue) = 92+149+82=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #5C9552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9552 is #A36AAD. Grayscale: #7C7C7C. Windows color (decimal): -10709678 or 5412188. OLE color: 5412188.

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

Color convert

RGB9214982-
CMYK0.3800.450.42
HSL111.04º29%45.29%-
HSV(B)111.04º44.97%58.43%-
XYZ16.6824.3811.81-
YUV124.32104.12104.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.48%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=28.48%
G=46.13%
B=25.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92149820.3800.450.42111.042945.29
Hex5C95522602D2A6f1d2d
Octal13422512246055521573555
Binary10111001001010110100101001100101101101010110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9552; }

 p { color: rgb(92,149,82); }

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

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

 a { background-color: rgb(92,149,82); }

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

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

 span { border-color: rgb(92,149,82); }

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