#5C934C

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

Shades of Hippie Green #5C934C

Tints of Hippie Green #5C934C

Color information

#5C934C (or 0x5C934C) is unknown color: approx Hippie Green. HEX triplet: 5C, 93 and 4C. RGB value is (92,147,76). Sum of RGB (Red+Green+Blue) = 92+147+76=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #5C934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C934C is #A36CB3. Grayscale: #7A7A7A. Windows color (decimal): -10710196 or 5018460. OLE color: 5018460.

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

Color convert

RGB9214776-
CMYK0.3700.480.42
HSL106.48º31.84%43.73%-
HSV(B)106.48º48.3%57.65%-
XYZ16.1523.6610.55-
YUV122.46101.78106.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.21%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=29.21%
G=46.67%
B=24.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92147760.3700.480.42106.4831.8443.73
Hex5C934C250302A6a202c
Octal13422311445060521524054
Binary101110010010011100110010010101100001010101101010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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