Html Css Color HEX #537250 Cactus

📋 copy color: '#537250'

red 83 ◦ green 114 ◦ blue 80

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

Shades of Cactus #537250

Tints of Cactus #537250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.16%

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

R = 29.96%
G = 41.16%
B = 28.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#537250 (or 0x537250) is known color: Cactus. HEX triplet: 53, 72 and 50. RGB value is (83,114,80). Sum of RGB (Red+Green+Blue) = 83+114+80=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #537250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537250 is #AC8DAF. Grayscale: #646464. Windows color (decimal): -11308464 or 5272147. OLE color: 5272147.

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

Color convert

RGB 83 114 80 -
CMYK 0.27 0 0.30 0.55
HSL 114.71º 0.18% 0.38% -
HSV(B) 114.71º 0.3% 0.45% -
XYZ 11.03 14.45 9.8 -
YUV 100.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 83 114 80 0.27 0 0.30 0.55 114.71 0.18 0.38
Hex 53 72 50 1B 0 1E 37 73 12 26
Octal 123 162 120 33 0 36 67 163 22 46
Binary 1010011 1110010 1010000 11011 0 11110 110111 1110011 10010 100110

Color Harmonies of #537250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537250

Black with #537250

Text Example


Text Example

White with #537250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537250; }

 p { color: rgb(83,114,80); }

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

background-color css

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

 a { background-color: rgb(83,114,80); }

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

border-color css

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

 span { border-color: rgb(83,114,80); }

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