#5A7356

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

Shades of Cactus #5A7356

Tints of Cactus #5A7356

Color information

#5A7356 (or 0x5A7356) is unknown color: approx Cactus. HEX triplet: 5A, 73 and 56. RGB value is (90,115,86). Sum of RGB (Red+Green+Blue) = 90+115+86=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7356 is #A58CA9. Grayscale: #686868. Windows color (decimal): -10849450 or 5665626. OLE color: 5665626.

HSL color Cylindrical-coordinate representation of color #5A7356: hue angle of 111.72º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A7356 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB9011586-
CMYK0.2200.250.55
HSL111.72º14.43%39.41%-
HSV(B)111.72º25.22%45.1%-
XYZ12.0315.1111.09-
YUV104.22117.72117.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 86 (33.98% from 255) = 29.55%
R=30.93%
G=39.52%
B=29.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90115860.2200.250.55111.7214.4339.41
Hex5A7356160193770e27
Octal13216312626031671601647
Binary1011010111001110101101011001100111011111100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,115,86); }

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

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

 a { background-color: rgb(90,115,86); }

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

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

 span { border-color: rgb(90,115,86); }

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