#31463C

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

Shades of Celtic #31463C

Tints of Celtic #31463C

Color information

#31463C (or 0x31463C) is unknown color: approx Celtic. HEX triplet: 31, 46 and 3C. RGB value is (49,70,60). Sum of RGB (Red+Green+Blue) = 49+70+60=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #31463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31463C is #CEB9C3. Grayscale: #3E3E3E. Windows color (decimal): -13547972 or 3950129. OLE color: 3950129.

HSL color Cylindrical-coordinate representation of color #31463C: hue angle of 151.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #31463C is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB497060-
CMYK0.3000.140.73
HSL151.43º17.65%23.33%-
HSV(B)151.43º30%27.45%-
XYZ4.275.365.08-
YUV62.58126.54118.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=27.37%
G=39.11%
B=33.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970600.3000.140.73151.4317.6523.33
Hex31463C1E0E49971217
Octal6110674360161112272227
Binary110001100011011110011110011101001001100101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31463C; }

 p { color: rgb(49,70,60); }

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

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

 a { background-color: rgb(49,70,60); }

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

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

 span { border-color: rgb(49,70,60); }

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