#5B825D

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

Shades of Hippie Green #5B825D

Tints of Hippie Green #5B825D

Color information

#5B825D (or 0x5B825D) is unknown color: approx Hippie Green. HEX triplet: 5B, 82 and 5D. RGB value is (91,130,93). Sum of RGB (Red+Green+Blue) = 91+130+93=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #5B825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B825D is #A47DA2. Grayscale: #727272. Windows color (decimal): -10780067 or 6128219. OLE color: 6128219.

HSL color Cylindrical-coordinate representation of color #5B825D: hue angle of 123.08º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B825D is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB9113093-
CMYK0.3000.280.49
HSL123.08º17.65%43.33%-
HSV(B)123.08º30%50.98%-
XYZ14.2718.9813.27-
YUV114.12116.08111.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.98%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=28.98%
G=41.40%
B=29.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91130930.3000.280.49123.0817.6543.33
Hex5B825D1E01C317b122b
Octal13320213536034611732253
Binary101101110000010101110111110011100110001111101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,130,93); }

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

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

 a { background-color: rgb(91,130,93); }

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

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

 span { border-color: rgb(91,130,93); }

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