#5C9352

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

Shades of Hippie Green #5C9352

Tints of Hippie Green #5C9352

Color information

#5C9352 (or 0x5C9352) is unknown color: approx Hippie Green. HEX triplet: 5C, 93 and 52. RGB value is (92,147,82). Sum of RGB (Red+Green+Blue) = 92+147+82=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9352 is #A36CAD. Grayscale: #7B7B7B. Windows color (decimal): -10710190 or 5411676. OLE color: 5411676.

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

Color convert

RGB9214782-
CMYK0.3700.440.42
HSL110.77º28.38%44.9%-
HSV(B)110.77º44.22%57.65%-
XYZ16.3723.7511.7-
YUV123.14104.78105.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=28.66%
G=45.79%
B=25.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92147820.3700.440.42110.7728.3844.9
Hex5C93522502C2A6f1c2d
Octal13422312245054521573455
Binary10111001001001110100101001010101100101010110111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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