Html Css Color HEX #537850 Cactus

📋 copy color: '#537850'

red 83 ◦ green 120 ◦ blue 80

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

Shades of Cactus #537850

Tints of Cactus #537850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.4%

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

R = 29.33%
G = 42.4%
B = 28.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#537850 (or 0x537850) is known color: Cactus. HEX triplet: 53, 78 and 50. RGB value is (83,120,80). Sum of RGB (Red+Green+Blue) = 83+120+80=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #537850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537850 is #AC87AF. Grayscale: #686868. Windows color (decimal): -11306928 or 5273683. OLE color: 5273683.

HSL color Cylindrical-coordinate representation of color #537850: hue angle of 115.5º 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 #537850 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 120 80 -
CMYK 0.31 0 0.33 0.53
HSL 115.5º 0.2% 0.39% -
HSV(B) 115.5º 0.33% 0.47% -
XYZ 11.73 15.85 10.03 -
YUV 104.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 83 120 80 0.31 0 0.33 0.53 115.5 0.2 0.39
Hex 53 78 50 1F 0 21 35 74 14 27
Octal 123 170 120 37 0 41 65 164 24 47
Binary 1010011 1111000 1010000 11111 0 100001 110101 1110100 10100 100111

Color Harmonies of #537850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537850

Black with #537850

Text Example


Text Example

White with #537850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537850; }

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

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

background-color css

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

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

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

border-color css

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

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

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