Html Css Color HEX #5A744F Cactus

📋 copy color: '#5A744F'

red 90 ◦ green 116 ◦ blue 79

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

Shades of Cactus #5A744F

Tints of Cactus #5A744F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 31.58%
G = 40.7%
B = 27.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#5A744F (or 0x5A744F) is known color: Cactus. HEX triplet: 5A, 74 and 4F. RGB value is (90,116,79). Sum of RGB (Red+Green+Blue) = 90+116+79=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #5A744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A744F is #A58BB0. Grayscale: #686868. Windows color (decimal): -10849201 or 5207130. OLE color: 5207130.

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

Color convert

RGB 90 116 79 -
CMYK 0.22 0 0.32 0.55
HSL 102.16º 0.19% 0.38% -
HSV(B) 102.16º 0.32% 0.45% -
XYZ 11.87 15.23 9.71 -
YUV 104.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 90 116 79 0.22 0 0.32 0.55 102.16 0.19 0.38
Hex 5A 74 4F 16 0 20 37 66 13 26
Octal 132 164 117 26 0 40 67 146 23 46
Binary 1011010 1110100 1001111 10110 0 100000 110111 1100110 10011 100110

Color Harmonies of #5A744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A744F

Black with #5A744F

Text Example


Text Example

White with #5A744F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,116,79); }

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

background-color css

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

 a { background-color: rgb(90,116,79); }

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

border-color css

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

 span { border-color: rgb(90,116,79); }

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