#353A38

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

Shades of Celtic #353A38

Tints of Celtic #353A38

Color information

#353A38 (or 0x353A38) is unknown color: approx Celtic. HEX triplet: 35, 3A and 38. RGB value is (53,58,56). Sum of RGB (Red+Green+Blue) = 53+58+56=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 58 - color contains mainly: green. Hex color #353A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A38 is #CAC5C7. Grayscale: #383838. Windows color (decimal): -13288904 or 3684917. OLE color: 3684917.

HSL color Cylindrical-coordinate representation of color #353A38: hue angle of 156º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353A38 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB535856-
CMYK0.0900.030.77
HSL156º4.5%21.76%-
HSV(B)156º8.62%22.75%-
XYZ3.74.074.33-
YUV56.28127.84125.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=31.74%
G=34.73%
B=33.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5358560.0900.030.771564.521.76
Hex353A389034D9c516
Octal6572701103115234526
Binary110101111010111000100101110011011001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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