#5D744F

Color #5D744F Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #5D744F

Tints of Axolotl #5D744F

Color information

#5D744F (or 0x5D744F) is unknown color: approx Axolotl. HEX triplet: 5D, 74 and 4F. RGB value is (93,116,79). Sum of RGB (Red+Green+Blue) = 93+116+79=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #5D744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D744F is #A28BB0. Grayscale: #696969. Windows color (decimal): -10652593 or 5207133. OLE color: 5207133.

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

Color convert

RGB9311679-
CMYK0.2000.320.55
HSL97.3º18.97%38.24%-
HSV(B)97.3º31.9%45.49%-
XYZ12.1715.389.72-
YUV104.9113.38119.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=32.29%
G=40.28%
B=27.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93116790.2000.320.5597.318.9738.24
Hex5D744F1402037611326
Octal13516411724040671412346
Binary101110111101001001111101000100000110111110000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,116,79); }

 H1.HeaderClassName
 {
   color: #5D744F;
 }
 .AnyTagClassName
 {
   color: #5D744F;
 }
</style>
background-color css

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

 a { background-color: rgb(93,116,79); }

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

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

 span { border-color: rgb(93,116,79); }

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