Html Css Color HEX #5A7250 Cactus

📋 copy color: '#5A7250'

red 90 ◦ green 114 ◦ blue 80

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

Shades of Cactus #5A7250

Tints of Cactus #5A7250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.14%

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

R = 31.69%
G = 40.14%
B = 28.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#5A7250 (or 0x5A7250) is known color: Cactus. HEX triplet: 5A, 72 and 50. RGB value is (90,114,80). Sum of RGB (Red+Green+Blue) = 90+114+80=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7250 is #A58DAF. Grayscale: #676767. Windows color (decimal): -10849712 or 5272154. OLE color: 5272154.

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

Color convert

RGB 90 114 80 -
CMYK 0.21 0 0.30 0.55
HSL 102.35º 0.18% 0.38% -
HSV(B) 102.35º 0.3% 0.45% -
XYZ 11.68 14.79 9.83 -
YUV 102.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 90 114 80 0.21 0 0.30 0.55 102.35 0.18 0.38
Hex 5A 72 50 15 0 1E 37 66 12 26
Octal 132 162 120 25 0 36 67 146 22 46
Binary 1011010 1110010 1010000 10101 0 11110 110111 1100110 10010 100110

Color Harmonies of #5A7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7250

Black with #5A7250

Text Example


Text Example

White with #5A7250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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