Html Css Color HEX #5E7051 Axolotl

📋 copy color: '#5E7051'

red 94 ◦ green 112 ◦ blue 81

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

Shades of Axolotl #5E7051

Tints of Axolotl #5E7051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

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

R = 32.75%
G = 39.02%
B = 28.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#5E7051 (or 0x5E7051) is known color: Axolotl. HEX triplet: 5E, 70 and 51. RGB value is (94,112,81). Sum of RGB (Red+Green+Blue) = 94+112+81=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7051 is #A18FAE. Grayscale: #676767. Windows color (decimal): -10588079 or 5337182. OLE color: 5337182.

HSL color Cylindrical-coordinate representation of color #5E7051: hue angle of 94.84º 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 #5E7051 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 81 -
CMYK 0.16 0 0.28 0.56
HSL 94.84º 0.16% 0.38% -
HSV(B) 94.84º 0.28% 0.44% -
XYZ 11.9 14.56 9.97 -
YUV 103.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 94 112 81 0.16 0 0.28 0.56 94.84 0.16 0.38
Hex 5E 70 51 10 0 1C 38 5F 10 26
Octal 136 160 121 20 0 34 70 137 20 46
Binary 1011110 1110000 1010001 10000 0 11100 111000 1011111 10000 100110

Color Harmonies of #5E7051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7051

Black with #5E7051

Text Example


Text Example

White with #5E7051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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