#5C845A

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

Shades of Hippie Green #5C845A

Tints of Hippie Green #5C845A

Color information

#5C845A (or 0x5C845A) is unknown color: approx Hippie Green. HEX triplet: 5C, 84 and 5A. RGB value is (92,132,90). Sum of RGB (Red+Green+Blue) = 92+132+90=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #5C845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C845A is #A37BA5. Grayscale: #737373. Windows color (decimal): -10714022 or 5932124. OLE color: 5932124.

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

Color convert

RGB9213290-
CMYK0.3000.320.48
HSL117.14º18.92%43.53%-
HSV(B)117.14º31.82%51.76%-
XYZ14.5119.5212.68-
YUV115.25113.75111.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.30%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=29.30%
G=42.04%
B=28.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92132900.3000.320.48117.1418.9243.53
Hex5C845A1E0203075132c
Octal13420413236040601652354
Binary1011100100001001011010111100100000110000111010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,132,90); }

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

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

 a { background-color: rgb(92,132,90); }

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

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

 span { border-color: rgb(92,132,90); }

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