Html Css Color HEX #53714F Cactus

📋 copy color: '#53714F'

red 83 ◦ green 113 ◦ blue 79

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

Shades of Cactus #53714F

Tints of Cactus #53714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 30.18%
G = 41.09%
B = 28.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#53714F (or 0x53714F) is known color: Cactus. HEX triplet: 53, 71 and 4F. RGB value is (83,113,79). Sum of RGB (Red+Green+Blue) = 83+113+79=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #53714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53714F is #AC8EB0. Grayscale: #646464. Windows color (decimal): -11308721 or 5206355. OLE color: 5206355.

HSL color Cylindrical-coordinate representation of color #53714F: hue angle of 112.94º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53714F is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 79 -
CMYK 0.27 0 0.30 0.56
HSL 112.94º 0.18% 0.38% -
HSV(B) 112.94º 0.3% 0.44% -
XYZ 10.88 14.21 9.57 -
YUV 100.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 83 113 79 0.27 0 0.30 0.56 112.94 0.18 0.38
Hex 53 71 4F 1B 0 1E 38 71 12 26
Octal 123 161 117 33 0 36 70 161 22 46
Binary 1010011 1110001 1001111 11011 0 11110 111000 1110001 10010 100110

Color Harmonies of #53714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53714F

Black with #53714F

Text Example


Text Example

White with #53714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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