#36493F

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

Shades of Celtic #36493F

Tints of Celtic #36493F

Color information

#36493F (or 0x36493F) is unknown color: approx Celtic. HEX triplet: 36, 49 and 3F. RGB value is (54,73,63). Sum of RGB (Red+Green+Blue) = 54+73+63=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #36493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36493F is #C9B6C0. Grayscale: #424242. Windows color (decimal): -13219521 or 4147510. OLE color: 4147510.

HSL color Cylindrical-coordinate representation of color #36493F: hue angle of 148.42º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #36493F is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB547363-
CMYK0.2600.140.71
HSL148.42º14.96%24.9%-
HSV(B)148.42º26.03%28.63%-
XYZ4.85.915.59-
YUV66.18126.21119.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 63 (25% from 255) = 33.16%
R=28.42%
G=38.42%
B=33.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5473630.2600.140.71148.4214.9624.9
Hex36493F1A0E4794f19
Octal6611177320161072241731
Binary11011010010011111111101001110100011110010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,73,63); }

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

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

 a { background-color: rgb(54,73,63); }

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

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

 span { border-color: rgb(54,73,63); }

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