Html Css Color HEX #52714D Cactus

📋 copy color: '#52714D'

red 82 ◦ green 113 ◦ blue 77

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

Shades of Cactus #52714D

Tints of Cactus #52714D

RGB

 RED value IS 82 (32.42% from 255) = 30.15%

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

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 30.15%
G = 41.54%
B = 28.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#52714D (or 0x52714D) is known color: Cactus. HEX triplet: 52, 71 and 4D. RGB value is (82,113,77). Sum of RGB (Red+Green+Blue) = 82+113+77=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #52714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52714D is #AD8EB2. Grayscale: #636363. Windows color (decimal): -11374259 or 5075282. OLE color: 5075282.

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

Color convert

RGB 82 113 77 -
CMYK 0.27 0 0.32 0.56
HSL 111.67º 0.19% 0.37% -
HSV(B) 111.67º 0.32% 0.44% -
XYZ 10.72 14.14 9.19 -
YUV 99.63 115.23 115.43 -
System Red Green Blue C M Y K H S L
Decimal 82 113 77 0.27 0 0.32 0.56 111.67 0.19 0.37
Hex 52 71 4D 1B 0 20 38 70 13 25
Octal 122 161 115 33 0 40 70 160 23 45
Binary 1010010 1110001 1001101 11011 0 100000 111000 1110000 10011 100101

Color Harmonies of #52714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52714D

Black with #52714D

Text Example


Text Example

White with #52714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52714D; }

 p { color: rgb(82,113,77); }

 H1.HeaderClassName
 {
   color: #52714D;
 }
 .AnyTagClassName
 {
   color: #52714D;
 }
</style>

background-color css

<style>
 a { background-color: #52714D; }

 a { background-color: rgb(82,113,77); }

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

border-color css

<style>
 span { border-color: #52714D; }

 span { border-color: rgb(82,113,77); }

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