Html Css Color HEX #527150 Cactus

📋 copy color: '#527150'

red 82 ◦ green 113 ◦ blue 80

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

Shades of Cactus #527150

Tints of Cactus #527150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.09%

R = 29.82%
G = 41.09%
B = 29.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#527150 (or 0x527150) is known color: Cactus. HEX triplet: 52, 71 and 50. RGB value is (82,113,80). Sum of RGB (Red+Green+Blue) = 82+113+80=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #527150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527150 is #AD8EAF. Grayscale: #646464. Windows color (decimal): -11374256 or 5271890. OLE color: 5271890.

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

Color convert

RGB 82 113 80 -
CMYK 0.27 0 0.29 0.56
HSL 116.36º 0.17% 0.38% -
HSV(B) 116.36º 0.29% 0.44% -
XYZ 10.83 14.18 9.76 -
YUV 99.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 82 113 80 0.27 0 0.29 0.56 116.36 0.17 0.38
Hex 52 71 50 1B 0 1D 38 74 11 26
Octal 122 161 120 33 0 35 70 164 21 46
Binary 1010010 1110001 1010000 11011 0 11101 111000 1110100 10001 100110

Color Harmonies of #527150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527150

Black with #527150

Text Example


Text Example

White with #527150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527150; }

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

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

background-color css

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

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

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

border-color css

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

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

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