Html Css Color HEX #5E7454 Axolotl

📋 copy color: '#5E7454'

red 94 ◦ green 116 ◦ blue 84

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

Shades of Axolotl #5E7454

Tints of Axolotl #5E7454

RGB

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

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

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

R = 31.97%
G = 39.46%
B = 28.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#5E7454 (or 0x5E7454) is known color: Axolotl. HEX triplet: 5E, 74 and 54. RGB value is (94,116,84). Sum of RGB (Red+Green+Blue) = 94+116+84=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7454 is #A18BAB. Grayscale: #696969. Windows color (decimal): -10587052 or 5534814. OLE color: 5534814.

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

Color convert

RGB 94 116 84 -
CMYK 0.19 0 0.28 0.55
HSL 101.25º 0.16% 0.39% -
HSV(B) 101.25º 0.28% 0.45% -
XYZ 12.46 15.51 10.72 -
YUV 105.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 94 116 84 0.19 0 0.28 0.55 101.25 0.16 0.39
Hex 5E 74 54 13 0 1C 37 65 10 27
Octal 136 164 124 23 0 34 67 145 20 47
Binary 1011110 1110100 1010100 10011 0 11100 110111 1100101 10000 100111

Color Harmonies of #5E7454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7454

Black with #5E7454

Text Example


Text Example

White with #5E7454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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