Html Css Color HEX #537650 Cactus

📋 copy color: '#537650'

red 83 ◦ green 118 ◦ blue 80

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

Shades of Cactus #537650

Tints of Cactus #537650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

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

R = 29.54%
G = 41.99%
B = 28.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#537650 (or 0x537650) is known color: Cactus. HEX triplet: 53, 76 and 50. RGB value is (83,118,80). Sum of RGB (Red+Green+Blue) = 83+118+80=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #537650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537650 is #AC89AF. Grayscale: #676767. Windows color (decimal): -11307440 or 5273171. OLE color: 5273171.

HSL color Cylindrical-coordinate representation of color #537650: hue angle of 115.26º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537650 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 118 80 -
CMYK 0.30 0 0.32 0.54
HSL 115.26º 0.19% 0.39% -
HSV(B) 115.26º 0.32% 0.46% -
XYZ 11.49 15.38 9.95 -
YUV 103.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 83 118 80 0.30 0 0.32 0.54 115.26 0.19 0.39
Hex 53 76 50 1E 0 20 36 73 13 27
Octal 123 166 120 36 0 40 66 163 23 47
Binary 1010011 1110110 1010000 11110 0 100000 110110 1110011 10011 100111

Color Harmonies of #537650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537650

Black with #537650

Text Example


Text Example

White with #537650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537650; }

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

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

background-color css

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

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

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

border-color css

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

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

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