#5D845A

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

Shades of Hippie Green #5D845A

Tints of Hippie Green #5D845A

Color information

#5D845A (or 0x5D845A) is unknown color: approx Hippie Green. HEX triplet: 5D, 84 and 5A. RGB value is (93,132,90). Sum of RGB (Red+Green+Blue) = 93+132+90=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #5D845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D845A is #A27BA5. Grayscale: #737373. Windows color (decimal): -10648486 or 5932125. OLE color: 5932125.

HSL color Cylindrical-coordinate representation of color #5D845A: hue angle of 115.71º 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 #5D845A is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB9313290-
CMYK0.3000.320.48
HSL115.71º18.92%43.53%-
HSV(B)115.71º31.82%51.76%-
XYZ14.6119.5712.68-
YUV115.55113.58111.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.52%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=29.52%
G=41.90%
B=28.57%

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
Decimal93132900.3000.320.48115.7118.9243.53
Hex5D845A1E0203074132c
Octal13520413236040601642354
Binary1011101100001001011010111100100000110000111010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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