Html Css Color HEX #53714C Cactus

📋 copy color: '#53714C'

red 83 ◦ green 113 ◦ blue 76

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

Shades of Cactus #53714C

Tints of Cactus #53714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.54%

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

R = 30.51%
G = 41.54%
B = 27.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#53714C (or 0x53714C) is known color: Cactus. HEX triplet: 53, 71 and 4C. RGB value is (83,113,76). Sum of RGB (Red+Green+Blue) = 83+113+76=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #53714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53714C is #AC8EB3. Grayscale: #636363. Windows color (decimal): -11308724 or 5009747. OLE color: 5009747.

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

Color convert

RGB 83 113 76 -
CMYK 0.27 0 0.33 0.56
HSL 108.65º 0.2% 0.37% -
HSV(B) 108.65º 0.33% 0.44% -
XYZ 10.78 14.17 9 -
YUV 99.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 83 113 76 0.27 0 0.33 0.56 108.65 0.2 0.37
Hex 53 71 4C 1B 0 21 38 6D 14 25
Octal 123 161 114 33 0 41 70 155 24 45
Binary 1010011 1110001 1001100 11011 0 100001 111000 1101101 10100 100101

Color Harmonies of #53714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53714C

Black with #53714C

Text Example


Text Example

White with #53714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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