Html Css Color HEX #5A7451 Cactus

📋 copy color: '#5A7451'

red 90 ◦ green 116 ◦ blue 81

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

Shades of Cactus #5A7451

Tints of Cactus #5A7451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.22%

R = 31.36%
G = 40.42%
B = 28.22%

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

#5A7451 (or 0x5A7451) is known color: Cactus. HEX triplet: 5A, 74 and 51. RGB value is (90,116,81). Sum of RGB (Red+Green+Blue) = 90+116+81=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7451 is #A58BAE. Grayscale: #686868. Windows color (decimal): -10849199 or 5338202. OLE color: 5338202.

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

Color convert

RGB 90 116 81 -
CMYK 0.22 0 0.30 0.55
HSL 104.57º 0.18% 0.39% -
HSV(B) 104.57º 0.3% 0.45% -
XYZ 11.95 15.26 10.1 -
YUV 104.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 90 116 81 0.22 0 0.30 0.55 104.57 0.18 0.39
Hex 5A 74 51 16 0 1E 37 69 12 27
Octal 132 164 121 26 0 36 67 151 22 47
Binary 1011010 1110100 1010001 10110 0 11110 110111 1101001 10010 100111

Color Harmonies of #5A7451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7451

Black with #5A7451

Text Example


Text Example

White with #5A7451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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