Html Css Color HEX #53754F Cactus

📋 copy color: '#53754F'

red 83 ◦ green 117 ◦ blue 79

#53754F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cactus #53754F

Tints of Cactus #53754F

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 value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#53754F (or 0x53754F) is known color: 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

RGB 83 117 79 -
CMYK 0.29 0 0.32 0.54
HSL 113.68º 0.19% 0.38% -
HSV(B) 113.68º 0.32% 0.46% -
XYZ 11.34 15.13 9.72 -
YUV 102.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 83 117 79 0.29 0 0.32 0.54 113.68 0.19 0.38
Hex 53 75 4F 1D 0 20 36 72 13 26
Octal 123 165 117 35 0 40 66 162 23 46
Binary 1010011 1110101 1001111 11101 0 100000 110110 1110010 10011 100110

Color Harmonies of #53754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53754F

Black with #53754F

Text Example


Text Example

White with #53754F

Text Example


Text Example

HTML Codes & Css Web 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>