Shades of Celtic #35433C
Tints of Celtic #35433C
RGB
CMYK
RGB Variations
Color information
#35433C (or 0x35433C) is known color: Celtic. HEX triplet: 35, 43 and 3C. RGB value is (53,67,60). Sum of RGB (Red+Green+Blue) = 53+67+60=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #35433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35433C is #CABCC3. Grayscale: #3E3E3E. Windows color (decimal): -13286596 or 3949365. OLE color: 3949365.
HSL color Cylindrical-coordinate representation of color #35433C: hue angle of 150º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #35433C is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 60 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.74 |
| HSL | 150º | 0.12% | 0.24% | - |
| HSV(B) | 150º | 0.21% | 0.26% | - |
| XYZ | 4.29 | 5.1 | 5.03 | - |
| YUV | 62.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 60 | 0.21 | 0 | 0.10 | 0.74 | 150 | 0.12 | 0.24 |
| Hex | 35 | 43 | 3C | 15 | 0 | A | 4A | 96 | C | 18 |
| Octal | 65 | 103 | 74 | 25 | 0 | 12 | 112 | 226 | 14 | 30 |
| Binary | 110101 | 1000011 | 111100 | 10101 | 0 | 1010 | 1001010 | 10010110 | 1100 | 11000 |
Color Harmonies of #35433C
Complementary color
Monochromatic Colors of #35433C
Black with #35433C
Text Example
Text Example
White with #35433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35433C; }
p { color: rgb(53,67,60); }
H1.HeaderClassName
{
color: #35433C;
}
.AnyTagClassName
{
color: #35433C;
}
</style>
background-color css
<style>
a { background-color: #35433C; }
a { background-color: rgb(53,67,60); }
div.DivClassName
{
background-color: #35433C;
}
.BgClassName
{
background-color: #35433C;
}
</style>
border-color css
<style>
span { border-color: #35433C; }
span { border-color: rgb(53,67,60); }
td.TdClassName
{
border-color: #35433C;
}
.TagClassName
{
border-color: #35433C;
}
</style>