#35463D

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

Shades of Celtic #35463D

Tints of Celtic #35463D

Color information

#35463D (or 0x35463D) is unknown color: approx Celtic. HEX triplet: 35, 46 and 3D. RGB value is (53,70,61). Sum of RGB (Red+Green+Blue) = 53+70+61=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #35463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35463D is #CAB9C2. Grayscale: #3F3F3F. Windows color (decimal): -13285827 or 4015669. OLE color: 4015669.

HSL color Cylindrical-coordinate representation of color #35463D: hue angle of 148.24º 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 #35463D is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB537061-
CMYK0.2400.130.73
HSL148.24º13.82%24.12%-
HSV(B)148.24º24.29%27.45%-
XYZ4.55.475.23-
YUV63.89126.37120.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=28.80%
G=38.04%
B=33.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370610.2400.130.73148.2413.8224.12
Hex35463D180D4994e18
Octal6510675300151112241630
Binary11010110001101111011100001101100100110010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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