Html Css Color HEX #537150 Cactus

📋 copy color: '#537150'

red 83 ◦ green 113 ◦ blue 80

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

Shades of Cactus #537150

Tints of Cactus #537150

RGB

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

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

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

R = 30.07%
G = 40.94%
B = 28.99%

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

#537150 (or 0x537150) is known color: Cactus. HEX triplet: 53, 71 and 50. RGB value is (83,113,80). Sum of RGB (Red+Green+Blue) = 83+113+80=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #537150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537150 is #AC8EAF. Grayscale: #646464. Windows color (decimal): -11308720 or 5271891. OLE color: 5271891.

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

Color convert

RGB 83 113 80 -
CMYK 0.27 0 0.29 0.56
HSL 114.55º 0.17% 0.38% -
HSV(B) 114.55º 0.29% 0.44% -
XYZ 10.92 14.23 9.76 -
YUV 100.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 83 113 80 0.27 0 0.29 0.56 114.55 0.17 0.38
Hex 53 71 50 1B 0 1D 38 73 11 26
Octal 123 161 120 33 0 35 70 163 21 46
Binary 1010011 1110001 1010000 11011 0 11101 111000 1110011 10001 100110

Color Harmonies of #537150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537150

Black with #537150

Text Example


Text Example

White with #537150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537150; }

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

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

background-color css

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

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

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

border-color css

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

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

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