#5A925C

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

Shades of Hippie Green #5A925C

Tints of Hippie Green #5A925C

Color information

#5A925C (or 0x5A925C) is unknown color: approx Hippie Green. HEX triplet: 5A, 92 and 5C. RGB value is (90,146,92). Sum of RGB (Red+Green+Blue) = 90+146+92=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #5A925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A925C is #A56DA3. Grayscale: #7B7B7B. Windows color (decimal): -10841508 or 6066778. OLE color: 6066778.

HSL color Cylindrical-coordinate representation of color #5A925C: hue angle of 122.14º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A925C is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB9014692-
CMYK0.3800.370.43
HSL122.14º23.73%46.27%-
HSV(B)122.14º38.36%57.25%-
XYZ16.4323.513.8-
YUV123.1110.45104.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=27.44%
G=44.51%
B=28.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90146920.3800.370.43122.1423.7346.27
Hex5A925C260252B7a182e
Octal13222213446045531723056
Binary10110101001001010111001001100100101101011111101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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