#5B825C

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

Shades of Hippie Green #5B825C

Tints of Hippie Green #5B825C

Color information

#5B825C (or 0x5B825C) is unknown color: approx Hippie Green. HEX triplet: 5B, 82 and 5C. RGB value is (91,130,92). Sum of RGB (Red+Green+Blue) = 91+130+92=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #5B825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B825C is #A47DA3. Grayscale: #727272. Windows color (decimal): -10780068 or 6062683. OLE color: 6062683.

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

Color convert

RGB9113092-
CMYK0.3000.290.49
HSL121.54º17.65%43.33%-
HSV(B)121.54º30%50.98%-
XYZ14.2318.9613.04-
YUV114.01115.58111.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=29.07%
G=41.53%
B=29.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91130920.3000.290.49121.5417.6543.33
Hex5B825C1E01D317a122b
Octal13320213436035611722253
Binary101101110000010101110011110011101110001111101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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