#627A53

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

Shades of Axolotl #627A53

Tints of Axolotl #627A53

Color information

#627A53 (or 0x627A53) is unknown color: approx Axolotl. HEX triplet: 62, 7A and 53. RGB value is (98,122,83). Sum of RGB (Red+Green+Blue) = 98+122+83=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #627A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A53 is #9D85AC. Grayscale: #6E6E6E. Windows color (decimal): -10323373 or 5470818. OLE color: 5470818.

HSL color Cylindrical-coordinate representation of color #627A53: hue angle of 96.92º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #627A53 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB9812283-
CMYK0.2000.320.52
HSL96.92º19.02%40.2%-
HSV(B)96.92º31.97%47.84%-
XYZ13.5617.1410.78-
YUV110.38112.55119.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=32.34%
G=40.26%
B=27.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98122830.2000.320.5296.9219.0240.2
Hex627A531402034611328
Octal14217212324040641412350
Binary110001011110101010011101000100000110100110000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627A53; }

 p { color: rgb(98,122,83); }

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

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

 a { background-color: rgb(98,122,83); }

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

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

 span { border-color: rgb(98,122,83); }

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