#353E39

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

Shades of Celtic #353E39

Tints of Celtic #353E39

Color information

#353E39 (or 0x353E39) is unknown color: approx Celtic. HEX triplet: 35, 3E and 39. RGB value is (53,62,57). Sum of RGB (Red+Green+Blue) = 53+62+57=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 62 - color contains mainly: green. Hex color #353E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E39 is #CAC1C6. Grayscale: #3A3A3A. Windows color (decimal): -13287879 or 3751477. OLE color: 3751477.

HSL color Cylindrical-coordinate representation of color #353E39: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #353E39 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB536257-
CMYK0.1500.080.76
HSL146.67º7.83%22.55%-
HSV(B)146.67º14.52%24.31%-
XYZ3.934.54.53-
YUV58.74127.02123.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=30.81%
G=36.05%
B=33.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362570.1500.080.76146.677.8322.55
Hex353E39F084C93817
Octal657671170101142231027
Binary110101111110111001111101000100110010010011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353E39; }

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

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

<style>
 a { background-color: #353E39; }

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

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

<style>
 span { border-color: #353E39; }

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

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