#37463F

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

Shades of Celtic #37463F

Tints of Celtic #37463F

Color information

#37463F (or 0x37463F) is unknown color: approx Celtic. HEX triplet: 37, 46 and 3F. RGB value is (55,70,63). Sum of RGB (Red+Green+Blue) = 55+70+63=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #37463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37463F is #C8B9C0. Grayscale: #404040. Windows color (decimal): -13154753 or 4146743. OLE color: 4146743.

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

Color convert

RGB557063-
CMYK0.2100.100.73
HSL152º12%24.51%-
HSV(B)152º21.43%27.45%-
XYZ4.665.555.53-
YUV64.72127.03121.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 63 (25% from 255) = 33.51%
R=29.26%
G=37.23%
B=33.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5570630.2100.100.731521224.51
Hex37463F150A4998c19
Octal6710677250121112301431
Binary11011110001101111111010101010100100110011000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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