#353736

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

Shades of Celtic #353736

Tints of Celtic #353736

Color information

#353736 (or 0x353736) is unknown color: approx Celtic. HEX triplet: 35, 37 and 36. RGB value is (53,55,54). Sum of RGB (Red+Green+Blue) = 53+55+54=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 55 - color contains mainly: green. Hex color #353736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353736 is #CAC8C9. Grayscale: #363636. Windows color (decimal): -13289674 or 3553077. OLE color: 3553077.

HSL color Cylindrical-coordinate representation of color #353736: hue angle of 150º degrees, saturation: 0.02, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #353736 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB535554-
CMYK0.0400.020.78
HSL150º1.85%21.18%-
HSV(B)150º3.64%21.57%-
XYZ3.53.764.03-
YUV54.29127.84127.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 54 (21.48% from 255) = 33.33%
R=32.72%
G=33.95%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355540.0400.020.781501.8521.18
Hex3537364024E96215
Octal656766402116226225
Binary1101011101111101101000101001110100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353736; }

 p { color: rgb(53,55,54); }

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

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

 a { background-color: rgb(53,55,54); }

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

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

 span { border-color: rgb(53,55,54); }

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