Html Css Color HEX #52714C Cactus

📋 copy color: '#52714C'

red 82 ◦ green 113 ◦ blue 76

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

Shades of Cactus #52714C

Tints of Cactus #52714C

RGB

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

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

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

R = 30.26%
G = 41.7%
B = 28.04%

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

#52714C (or 0x52714C) is known color: Cactus. HEX triplet: 52, 71 and 4C. RGB value is (82,113,76). Sum of RGB (Red+Green+Blue) = 82+113+76=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #52714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52714C is #AD8EB3. Grayscale: #636363. Windows color (decimal): -11374260 or 5009746. OLE color: 5009746.

HSL color Cylindrical-coordinate representation of color #52714C: hue angle of 110.27º 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 #52714C is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 76 -
CMYK 0.27 0 0.33 0.56
HSL 110.27º 0.2% 0.37% -
HSV(B) 110.27º 0.33% 0.44% -
XYZ 10.69 14.13 9 -
YUV 99.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 82 113 76 0.27 0 0.33 0.56 110.27 0.2 0.37
Hex 52 71 4C 1B 0 21 38 6E 14 25
Octal 122 161 114 33 0 41 70 156 24 45
Binary 1010010 1110001 1001100 11011 0 100001 111000 1101110 10100 100101

Color Harmonies of #52714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52714C

Black with #52714C

Text Example


Text Example

White with #52714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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