#617552

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

Shades of Axolotl #617552

Tints of Axolotl #617552

Color information

#617552 (or 0x617552) is unknown color: approx Axolotl. HEX triplet: 61, 75 and 52. RGB value is (97,117,82). Sum of RGB (Red+Green+Blue) = 97+117+82=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #617552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617552 is #9E8AAD. Grayscale: #6B6B6B. Windows color (decimal): -10390190 or 5404001. OLE color: 5404001.

HSL color Cylindrical-coordinate representation of color #617552: hue angle of 94.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #617552 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB9711782-
CMYK0.1700.300.54
HSL94.29º17.59%39.02%-
HSV(B)94.29º29.91%45.88%-
XYZ12.8115.8710.37-
YUV107.03113.87120.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=32.77%
G=39.53%
B=27.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97117820.1700.300.5494.2917.5939.02
Hex6175521101E365e1227
Octal14116512221036661362247
Binary11000011110101101001010001011110110110101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617552; }

 p { color: rgb(97,117,82); }

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

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

 a { background-color: rgb(97,117,82); }

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

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

 span { border-color: rgb(97,117,82); }

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