#537650

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

Shades of Cactus #537650

Tints of Cactus #537650

Color information

#537650 (or 0x537650) is unknown color: approx Cactus. HEX triplet: 53, 76 and 50. RGB value is (83,118,80). Sum of RGB (Red+Green+Blue) = 83+118+80=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #537650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537650 is #AC89AF. Grayscale: #676767. Windows color (decimal): -11307440 or 5273171. OLE color: 5273171.

HSL color Cylindrical-coordinate representation of color #537650: hue angle of 115.26º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537650 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB8311880-
CMYK0.3000.320.54
HSL115.26º19.19%38.82%-
HSV(B)115.26º32.2%46.27%-
XYZ11.4915.389.95-
YUV103.2114.9113.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=29.54%
G=41.99%
B=28.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83118800.3000.320.54115.2619.1938.82
Hex5376501E02036731327
Octal12316612036040661632347
Binary101001111101101010000111100100000110110111001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537650; }

 p { color: rgb(83,118,80); }

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

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

 a { background-color: rgb(83,118,80); }

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

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

 span { border-color: rgb(83,118,80); }

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