#353E3A

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

Shades of Celtic #353E3A

Tints of Celtic #353E3A

Color information

#353E3A (or 0x353E3A) is unknown color: approx Celtic. HEX triplet: 35, 3E and 3A. RGB value is (53,62,58). Sum of RGB (Red+Green+Blue) = 53+62+58=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 62 - color contains mainly: green. Hex color #353E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E3A is #CAC1C5. Grayscale: #3A3A3A. Windows color (decimal): -13287878 or 3817013. OLE color: 3817013.

HSL color Cylindrical-coordinate representation of color #353E3A: hue angle of 153.33º 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 #353E3A is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.76.

Color convert

RGB536258-
CMYK0.1500.060.76
HSL153.33º7.83%22.55%-
HSV(B)153.33º14.52%24.31%-
XYZ3.954.514.66-
YUV58.85127.52123.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=30.64%
G=35.84%
B=33.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362580.1500.060.76153.337.8322.55
Hex353E3AF064C99817
Octal65767217061142311027
Binary11010111111011101011110110100110010011001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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