Html Css Color HEX #5E7354 Axolotl

📋 copy color: '#5E7354'

red 94 ◦ green 115 ◦ blue 84

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

Shades of Axolotl #5E7354

Tints of Axolotl #5E7354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

 BLUE value IS 84 (33.2% from 255) = 28.67%

R = 32.08%
G = 39.25%
B = 28.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#5E7354 (or 0x5E7354) is known color: Axolotl. HEX triplet: 5E, 73 and 54. RGB value is (94,115,84). Sum of RGB (Red+Green+Blue) = 94+115+84=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7354 is #A18CAB. Grayscale: #696969. Windows color (decimal): -10587308 or 5534558. OLE color: 5534558.

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

Color convert

RGB 94 115 84 -
CMYK 0.18 0 0.27 0.55
HSL 100.65º 0.16% 0.39% -
HSV(B) 100.65º 0.27% 0.45% -
XYZ 12.35 15.28 10.69 -
YUV 105.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 94 115 84 0.18 0 0.27 0.55 100.65 0.16 0.39
Hex 5E 73 54 12 0 1B 37 65 10 27
Octal 136 163 124 22 0 33 67 145 20 47
Binary 1011110 1110011 1010100 10010 0 11011 110111 1100101 10000 100111

Color Harmonies of #5E7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7354

Black with #5E7354

Text Example


Text Example

White with #5E7354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,115,84); }

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

background-color css

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

 a { background-color: rgb(94,115,84); }

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

border-color css

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

 span { border-color: rgb(94,115,84); }

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