#35453D

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

Shades of Celtic #35453D

Tints of Celtic #35453D

Color information

#35453D (or 0x35453D) is unknown color: approx Celtic. HEX triplet: 35, 45 and 3D. RGB value is (53,69,61). Sum of RGB (Red+Green+Blue) = 53+69+61=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #35453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35453D is #CABAC2. Grayscale: #3F3F3F. Windows color (decimal): -13286083 or 4015413. OLE color: 4015413.

HSL color Cylindrical-coordinate representation of color #35453D: hue angle of 150º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #35453D is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB536961-
CMYK0.2300.120.73
HSL150º13.11%23.92%-
HSV(B)150º23.19%27.06%-
XYZ4.445.355.21-
YUV63.3126.7120.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=28.96%
G=37.70%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369610.2300.120.7315013.1123.92
Hex35453D170C4996d18
Octal6510575270141112261530
Binary11010110001011111011011101100100100110010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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