#607352

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

Shades of Axolotl #607352

Tints of Axolotl #607352

Color information

#607352 (or 0x607352) is unknown color: approx Axolotl. HEX triplet: 60, 73 and 52. RGB value is (96,115,82). Sum of RGB (Red+Green+Blue) = 96+115+82=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #607352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607352 is #9F8CAD. Grayscale: #696969. Windows color (decimal): -10456238 or 5403488. OLE color: 5403488.

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

Color convert

RGB9611582-
CMYK0.1700.290.55
HSL94.55º16.75%38.63%-
HSV(B)94.55º28.7%45.1%-
XYZ12.4815.3610.29-
YUV105.56114.71121.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=32.76%
G=39.25%
B=27.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96115820.1700.290.5594.5516.7538.63
Hex6073521101D375f1127
Octal14016312221035671372147
Binary11000001110011101001010001011101110111101111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607352; }

 p { color: rgb(96,115,82); }

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

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

 a { background-color: rgb(96,115,82); }

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

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

 span { border-color: rgb(96,115,82); }

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