Html Css Color HEX #5A7350 Cactus

📋 copy color: '#5A7350'

red 90 ◦ green 115 ◦ blue 80

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

Shades of Cactus #5A7350

Tints of Cactus #5A7350

RGB

 RED value IS 90 (35.55% from 255) = 31.58%

 GREEN value IS 115 (45.31% from 255) = 40.35%

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

R = 31.58%
G = 40.35%
B = 28.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#5A7350 (or 0x5A7350) is known color: Cactus. HEX triplet: 5A, 73 and 50. RGB value is (90,115,80). Sum of RGB (Red+Green+Blue) = 90+115+80=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7350 is #A58CAF. Grayscale: #676767. Windows color (decimal): -10849456 or 5272410. OLE color: 5272410.

HSL color Cylindrical-coordinate representation of color #5A7350: hue angle of 102.86º 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 #5A7350 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 115 80 -
CMYK 0.22 0 0.30 0.55
HSL 102.86º 0.18% 0.38% -
HSV(B) 102.86º 0.3% 0.45% -
XYZ 11.8 15.01 9.87 -
YUV 103.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 90 115 80 0.22 0 0.30 0.55 102.86 0.18 0.38
Hex 5A 73 50 16 0 1E 37 67 12 26
Octal 132 163 120 26 0 36 67 147 22 46
Binary 1011010 1110011 1010000 10110 0 11110 110111 1100111 10010 100110

Color Harmonies of #5A7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7350

Black with #5A7350

Text Example


Text Example

White with #5A7350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7350; }

 p { color: rgb(90,115,80); }

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

background-color css

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

 a { background-color: rgb(90,115,80); }

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

border-color css

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

 span { border-color: rgb(90,115,80); }

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