#53754F

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

Shades of Cactus #53754F

Tints of Cactus #53754F

Color information

#53754F (or 0x53754F) is unknown color: approx Cactus. HEX triplet: 53, 75 and 4F. RGB value is (83,117,79). Sum of RGB (Red+Green+Blue) = 83+117+79=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #53754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53754F is #AC8AB0. Grayscale: #666666. Windows color (decimal): -11307697 or 5207379. OLE color: 5207379.

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

Color convert

RGB8311779-
CMYK0.2900.320.54
HSL113.68º19.39%38.43%-
HSV(B)113.68º32.48%45.88%-
XYZ11.3415.139.72-
YUV102.5114.74114.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 79 (31.25% from 255) = 28.32%
R=29.75%
G=41.94%
B=28.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83117790.2900.320.54113.6819.3938.43
Hex53754F1D02036721326
Octal12316511735040661622346
Binary101001111101011001111111010100000110110111001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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