#5B7953

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

Shades of Cactus #5B7953

Tints of Cactus #5B7953

Color information

#5B7953 (or 0x5B7953) is unknown color: approx Cactus. HEX triplet: 5B, 79 and 53. RGB value is (91,121,83). Sum of RGB (Red+Green+Blue) = 91+121+83=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #5B7953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7953 is #A486AC. Grayscale: #6B6B6B. Windows color (decimal): -10782381 or 5470555. OLE color: 5470555.

HSL color Cylindrical-coordinate representation of color #5B7953: hue angle of 107.37º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B7953 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB9112183-
CMYK0.2500.310.53
HSL107.37º18.63%40%-
HSV(B)107.37º31.4%47.45%-
XYZ12.7116.5210.7-
YUV107.7114.06116.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.85%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=30.85%
G=41.02%
B=28.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91121830.2500.310.53107.3718.6340
Hex5B79531901F356b1328
Octal13317112331037651532350
Binary10110111111001101001111001011111110101110101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,121,83); }

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

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

 a { background-color: rgb(91,121,83); }

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

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

 span { border-color: rgb(91,121,83); }

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