#53744F

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

Shades of Cactus #53744F

Tints of Cactus #53744F

Color information

#53744F (or 0x53744F) is unknown color: approx Cactus. HEX triplet: 53, 74 and 4F. RGB value is (83,116,79). Sum of RGB (Red+Green+Blue) = 83+116+79=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #53744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53744F is #AC8BB0. Grayscale: #666666. Windows color (decimal): -11307953 or 5207123. OLE color: 5207123.

HSL color Cylindrical-coordinate representation of color #53744F: hue angle of 113.51º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53744F is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB8311679-
CMYK0.2800.320.55
HSL113.51º18.97%38.24%-
HSV(B)113.51º31.9%45.49%-
XYZ11.2214.899.68-
YUV101.92115.07114.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=29.86%
G=41.73%
B=28.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83116790.2800.320.55113.5118.9738.24
Hex53744F1C02037721326
Octal12316411734040671622346
Binary101001111101001001111111000100000110111111001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53744F; }

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

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

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

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

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

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

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

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