#53784F

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

Shades of Cactus #53784F

Tints of Cactus #53784F

Color information

#53784F (or 0x53784F) is unknown color: approx Cactus. HEX triplet: 53, 78 and 4F. RGB value is (83,120,79). Sum of RGB (Red+Green+Blue) = 83+120+79=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #53784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53784F is #AC87B0. Grayscale: #686868. Windows color (decimal): -11306929 or 5208147. OLE color: 5208147.

HSL color Cylindrical-coordinate representation of color #53784F: hue angle of 114.15º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53784F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB8312079-
CMYK0.3100.340.53
HSL114.15º20.6%39.02%-
HSV(B)114.15º34.17%47.06%-
XYZ11.715.849.84-
YUV104.26113.74112.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=29.43%
G=42.55%
B=28.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120790.3100.340.53114.1520.639.02
Hex53784F1F02235721527
Octal12317011737042651622547
Binary101001111110001001111111110100010110101111001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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