#36463D

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

Shades of Celtic #36463D

Tints of Celtic #36463D

Color information

#36463D (or 0x36463D) is unknown color: approx Celtic. HEX triplet: 36, 46 and 3D. RGB value is (54,70,61). Sum of RGB (Red+Green+Blue) = 54+70+61=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #36463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36463D is #C9B9C2. Grayscale: #404040. Windows color (decimal): -13220291 or 4015670. OLE color: 4015670.

HSL color Cylindrical-coordinate representation of color #36463D: hue angle of 146.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #36463D is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB547061-
CMYK0.2300.130.73
HSL146.25º12.9%24.31%-
HSV(B)146.25º22.86%27.45%-
XYZ4.555.55.24-
YUV64.19126.2120.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=29.19%
G=37.84%
B=32.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5470610.2300.130.73146.2512.924.31
Hex36463D170D4992d18
Octal6610675270151112221530
Binary11011010001101111011011101101100100110010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36463D; }

 p { color: rgb(54,70,61); }

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

<style>
 a { background-color: #36463D; }

 a { background-color: rgb(54,70,61); }

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

<style>
 span { border-color: #36463D; }

 span { border-color: rgb(54,70,61); }

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