#35463E

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

Shades of Celtic #35463E

Tints of Celtic #35463E

Color information

#35463E (or 0x35463E) is unknown color: approx Celtic. HEX triplet: 35, 46 and 3E. RGB value is (53,70,62). Sum of RGB (Red+Green+Blue) = 53+70+62=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #35463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35463E is #CAB9C1. Grayscale: #404040. Windows color (decimal): -13285826 or 4081205. OLE color: 4081205.

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

Color convert

RGB537062-
CMYK0.2400.110.73
HSL151.76º13.82%24.12%-
HSV(B)151.76º24.29%27.45%-
XYZ4.535.495.38-
YUV64126.87120.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=28.65%
G=37.84%
B=33.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370620.2400.110.73151.7613.8224.12
Hex35463E180B4998e18
Octal6510676300131112301630
Binary11010110001101111101100001011100100110011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35463E; }

 p { color: rgb(53,70,62); }

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

<style>
 a { background-color: #35463E; }

 a { background-color: rgb(53,70,62); }

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

<style>
 span { border-color: #35463E; }

 span { border-color: rgb(53,70,62); }

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