Html Css Color HEX #537750 Cactus

📋 copy color: '#537750'

red 83 ◦ green 119 ◦ blue 80

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

Shades of Cactus #537750

Tints of Cactus #537750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

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

R = 29.43%
G = 42.2%
B = 28.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#537750 (or 0x537750) is known color: Cactus. HEX triplet: 53, 77 and 50. RGB value is (83,119,80). Sum of RGB (Red+Green+Blue) = 83+119+80=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #537750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537750 is #AC88AF. Grayscale: #676767. Windows color (decimal): -11307184 or 5273427. OLE color: 5273427.

HSL color Cylindrical-coordinate representation of color #537750: hue angle of 115.38º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537750 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 80 -
CMYK 0.30 0 0.33 0.53
HSL 115.38º 0.2% 0.39% -
HSV(B) 115.38º 0.33% 0.47% -
XYZ 11.61 15.61 9.99 -
YUV 103.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 83 119 80 0.30 0 0.33 0.53 115.38 0.2 0.39
Hex 53 77 50 1E 0 21 35 73 14 27
Octal 123 167 120 36 0 41 65 163 24 47
Binary 1010011 1110111 1010000 11110 0 100001 110101 1110011 10100 100111

Color Harmonies of #537750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537750

Black with #537750

Text Example


Text Example

White with #537750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537750; }

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

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

background-color css

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

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

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

border-color css

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

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

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