#627356

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

Shades of Axolotl #627356

Tints of Axolotl #627356

Color information

#627356 (or 0x627356) is unknown color: approx Axolotl. HEX triplet: 62, 73 and 56. RGB value is (98,115,86). Sum of RGB (Red+Green+Blue) = 98+115+86=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #627356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627356 is #9D8CA9. Grayscale: #6A6A6A. Windows color (decimal): -10325162 or 5665634. OLE color: 5665634.

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

Color convert

RGB9811586-
CMYK0.1500.250.55
HSL95.17º14.43%39.41%-
HSV(B)95.17º25.22%45.1%-
XYZ12.8515.5311.12-
YUV106.61116.37121.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.78%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=32.78%
G=38.46%
B=28.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98115860.1500.250.5595.1714.4339.41
Hex627356F019375fe27
Octal14216312617031671371647
Binary110001011100111010110111101100111011110111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627356; }

 p { color: rgb(98,115,86); }

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

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

 a { background-color: rgb(98,115,86); }

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

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

 span { border-color: rgb(98,115,86); }

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