Html Css Color HEX #5A7355 Cactus

📋 copy color: '#5A7355'

red 90 ◦ green 115 ◦ blue 85

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

Shades of Cactus #5A7355

Tints of Cactus #5A7355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 31.03%
G = 39.66%
B = 29.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#5A7355 (or 0x5A7355) is known color: Cactus. HEX triplet: 5A, 73 and 55. RGB value is (90,115,85). Sum of RGB (Red+Green+Blue) = 90+115+85=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7355 is #A58CAA. Grayscale: #686868. Windows color (decimal): -10849451 or 5600090. OLE color: 5600090.

HSL color Cylindrical-coordinate representation of color #5A7355: hue angle of 110º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7355 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 115 85 -
CMYK 0.22 0 0.26 0.55
HSL 110º 0.15% 0.39% -
HSV(B) 110º 0.26% 0.45% -
XYZ 11.99 15.09 10.88 -
YUV 104.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 90 115 85 0.22 0 0.26 0.55 110 0.15 0.39
Hex 5A 73 55 16 0 1A 37 6E F 27
Octal 132 163 125 26 0 32 67 156 17 47
Binary 1011010 1110011 1010101 10110 0 11010 110111 1101110 1111 100111

Color Harmonies of #5A7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7355

Black with #5A7355

Text Example


Text Example

White with #5A7355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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