#39463F

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

Shades of Celtic #39463F

Tints of Celtic #39463F

Color information

#39463F (or 0x39463F) is unknown color: approx Celtic. HEX triplet: 39, 46 and 3F. RGB value is (57,70,63). Sum of RGB (Red+Green+Blue) = 57+70+63=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #39463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39463F is #C6B9C0. Grayscale: #414141. Windows color (decimal): -13023681 or 4146745. OLE color: 4146745.

HSL color Cylindrical-coordinate representation of color #39463F: hue angle of 147.69º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #39463F is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB577063-
CMYK0.1900.100.73
HSL147.69º10.24%24.9%-
HSV(B)147.69º18.57%27.45%-
XYZ4.775.615.53-
YUV65.32126.69122.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 63 (25% from 255) = 33.16%
R=30%
G=36.84%
B=33.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5770630.1900.100.73147.6910.2424.9
Hex39463F130A4994a19
Octal7110677230121112241231
Binary11100110001101111111001101010100100110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39463F; }

 p { color: rgb(57,70,63); }

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

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

 a { background-color: rgb(57,70,63); }

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

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

 span { border-color: rgb(57,70,63); }

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