Html Css Color HEX #52704C Cactus

📋 copy color: '#52704C'

red 82 ◦ green 112 ◦ blue 76

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

Shades of Cactus #52704C

Tints of Cactus #52704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

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

R = 30.37%
G = 41.48%
B = 28.15%

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

#52704C (or 0x52704C) is known color: Cactus. HEX triplet: 52, 70 and 4C. RGB value is (82,112,76). Sum of RGB (Red+Green+Blue) = 82+112+76=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #52704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52704C is #AD8FB3. Grayscale: #636363. Windows color (decimal): -11374516 or 5009490. OLE color: 5009490.

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

Color convert

RGB 82 112 76 -
CMYK 0.27 0 0.32 0.56
HSL 110º 0.19% 0.37% -
HSV(B) 110º 0.32% 0.44% -
XYZ 10.58 13.9 8.96 -
YUV 98.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 82 112 76 0.27 0 0.32 0.56 110 0.19 0.37
Hex 52 70 4C 1B 0 20 38 6E 13 25
Octal 122 160 114 33 0 40 70 156 23 45
Binary 1010010 1110000 1001100 11011 0 100000 111000 1101110 10011 100101

Color Harmonies of #52704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52704C

Black with #52704C

Text Example


Text Example

White with #52704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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