Html Css Color HEX #53724C Cactus

📋 copy color: '#53724C'

red 83 ◦ green 114 ◦ blue 76

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

Shades of Cactus #53724C

Tints of Cactus #53724C

RGB

 RED value IS 83 (32.81% from 255) = 30.4%

 GREEN value IS 114 (44.92% from 255) = 41.76%

 BLUE value IS 76 (30.08% from 255) = 27.84%

R = 30.4%
G = 41.76%
B = 27.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#53724C (or 0x53724C) is known color: Cactus. HEX triplet: 53, 72 and 4C. RGB value is (83,114,76). Sum of RGB (Red+Green+Blue) = 83+114+76=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #53724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53724C is #AC8DB3. Grayscale: #646464. Windows color (decimal): -11308468 or 5010003. OLE color: 5010003.

HSL color Cylindrical-coordinate representation of color #53724C: hue angle of 108.95º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53724C is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 76 -
CMYK 0.27 0 0.33 0.55
HSL 108.95º 0.2% 0.37% -
HSV(B) 108.95º 0.33% 0.45% -
XYZ 10.89 14.4 9.04 -
YUV 100.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 83 114 76 0.27 0 0.33 0.55 108.95 0.2 0.37
Hex 53 72 4C 1B 0 21 37 6D 14 25
Octal 123 162 114 33 0 41 67 155 24 45
Binary 1010011 1110010 1001100 11011 0 100001 110111 1101101 10100 100101

Color Harmonies of #53724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53724C

Black with #53724C

Text Example


Text Example

White with #53724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53724C; }

 p { color: rgb(83,114,76); }

 H1.HeaderClassName
 {
   color: #53724C;
 }
 .AnyTagClassName
 {
   color: #53724C;
 }
</style>

background-color css

<style>
 a { background-color: #53724C; }

 a { background-color: rgb(83,114,76); }

 div.DivClassName
 {
   background-color: #53724C;
 }
 .BgClassName
 {
   background-color: #53724C;
 }
</style>

border-color css

<style>
 span { border-color: #53724C; }

 span { border-color: rgb(83,114,76); }

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