Html Css Color HEX #5D744F Axolotl

📋 copy color: '#5D744F'

red 93 ◦ green 116 ◦ blue 79

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

Shades of Axolotl #5D744F

Tints of Axolotl #5D744F

RGB

 RED value IS 93 (36.72% from 255) = 32.29%

 GREEN value IS 116 (45.7% 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 value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#5D744F (or 0x5D744F) is known color: 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

RGB 93 116 79 -
CMYK 0.20 0 0.32 0.55
HSL 97.3º 0.19% 0.38% -
HSV(B) 97.3º 0.32% 0.45% -
XYZ 12.17 15.38 9.72 -
YUV 104.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 93 116 79 0.20 0 0.32 0.55 97.3 0.19 0.38
Hex 5D 74 4F 14 0 20 37 61 13 26
Octal 135 164 117 24 0 40 67 141 23 46
Binary 1011101 1110100 1001111 10100 0 100000 110111 1100001 10011 100110

Color Harmonies of #5D744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D744F

Black with #5D744F

Text Example


Text Example

White with #5D744F

Text Example


Text Example

HTML Codes & Css Web 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>