#31473C

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

Shades of Celtic #31473C

Tints of Celtic #31473C

Color information

#31473C (or 0x31473C) is unknown color: approx Celtic. HEX triplet: 31, 47 and 3C. RGB value is (49,71,60). Sum of RGB (Red+Green+Blue) = 49+71+60=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #31473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31473C is #CEB8C3. Grayscale: #3F3F3F. Windows color (decimal): -13547716 or 3950385. OLE color: 3950385.

HSL color Cylindrical-coordinate representation of color #31473C: hue angle of 150º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #31473C is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB497160-
CMYK0.3100.150.72
HSL150º18.33%23.53%-
HSV(B)150º30.99%27.84%-
XYZ4.345.495.11-
YUV63.17126.21117.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=27.22%
G=39.44%
B=33.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971600.3100.150.7215018.3323.53
Hex31473C1F0F48961218
Octal6110774370171102262230
Binary110001100011111110011111011111001000100101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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