Html Css Color HEX #5E7151 Axolotl

📋 copy color: '#5E7151'

red 94 ◦ green 113 ◦ blue 81

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

Shades of Axolotl #5E7151

Tints of Axolotl #5E7151

RGB

 RED value IS 94 (37.11% from 255) = 32.64%

 GREEN value IS 113 (44.53% from 255) = 39.24%

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

R = 32.64%
G = 39.24%
B = 28.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#5E7151 (or 0x5E7151) is known color: Axolotl. HEX triplet: 5E, 71 and 51. RGB value is (94,113,81). Sum of RGB (Red+Green+Blue) = 94+113+81=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7151 is #A18EAE. Grayscale: #676767. Windows color (decimal): -10587823 or 5337438. OLE color: 5337438.

HSL color Cylindrical-coordinate representation of color #5E7151: hue angle of 95.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E7151 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 81 -
CMYK 0.17 0 0.28 0.56
HSL 95.63º 0.16% 0.38% -
HSV(B) 95.63º 0.28% 0.44% -
XYZ 12.01 14.78 10.01 -
YUV 103.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 94 113 81 0.17 0 0.28 0.56 95.63 0.16 0.38
Hex 5E 71 51 11 0 1C 38 60 10 26
Octal 136 161 121 21 0 34 70 140 20 46
Binary 1011110 1110001 1010001 10001 0 11100 111000 1100000 10000 100110

Color Harmonies of #5E7151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7151

Black with #5E7151

Text Example


Text Example

White with #5E7151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,81); }

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

background-color css

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

 a { background-color: rgb(94,113,81); }

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

border-color css

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

 span { border-color: rgb(94,113,81); }

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