#536A4F

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

Shades of Cactus #536A4F

Tints of Cactus #536A4F

Color information

#536A4F (or 0x536A4F) is unknown color: approx Cactus. HEX triplet: 53, 6A and 4F. RGB value is (83,106,79). Sum of RGB (Red+Green+Blue) = 83+106+79=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #536A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A4F is #AC95B0. Grayscale: #606060. Windows color (decimal): -11310513 or 5204563. OLE color: 5204563.

HSL color Cylindrical-coordinate representation of color #536A4F: hue angle of 111.11º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536A4F is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB8310679-
CMYK0.2200.250.58
HSL111.11º14.59%36.27%-
HSV(B)111.11º25.47%41.57%-
XYZ10.1312.719.32-
YUV96.04118.38118.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=30.97%
G=39.55%
B=29.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83106790.2200.250.58111.1114.5936.27
Hex536A4F160193A6ff24
Octal12315211726031721571744
Binary1010011110101010011111011001100111101011011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536A4F; }

 p { color: rgb(83,106,79); }

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

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

 a { background-color: rgb(83,106,79); }

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

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

 span { border-color: rgb(83,106,79); }

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