#35443D

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

Shades of Celtic #35443D

Tints of Celtic #35443D

Color information

#35443D (or 0x35443D) is unknown color: approx Celtic. HEX triplet: 35, 44 and 3D. RGB value is (53,68,61). Sum of RGB (Red+Green+Blue) = 53+68+61=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 68 - color contains mainly: green. Hex color #35443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35443D is #CABBC2. Grayscale: #3E3E3E. Windows color (decimal): -13286339 or 4015157. OLE color: 4015157.

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

Color convert

RGB536861-
CMYK0.2200.100.73
HSL152º12.4%23.73%-
HSV(B)152º22.06%26.67%-
XYZ4.385.235.19-
YUV62.72127.03121.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=29.12%
G=37.36%
B=33.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368610.2200.100.7315212.423.73
Hex35443D160A4998c18
Octal6510475260121112301430
Binary11010110001001111011011001010100100110011000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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