Shades of Celtic #37413C
Tints of Celtic #37413C
RGB
CMYK
RGB Variations
Color information
#37413C (or 0x37413C) is known color: Celtic. HEX triplet: 37, 41 and 3C. RGB value is (55,65,60). Sum of RGB (Red+Green+Blue) = 55+65+60=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 65 - color contains mainly: green. Hex color #37413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37413C is #C8BEC3. Grayscale: #3D3D3D. Windows color (decimal): -13156036 or 3948855. OLE color: 3948855.
HSL color Cylindrical-coordinate representation of color #37413C: hue angle of 150º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #37413C is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 60 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.75 |
| HSL | 150º | 0.08% | 0.24% | - |
| HSV(B) | 150º | 0.15% | 0.25% | - |
| XYZ | 4.28 | 4.92 | 5 | - |
| YUV | 61.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 60 | 0.15 | 0 | 0.08 | 0.75 | 150 | 0.08 | 0.24 |
| Hex | 37 | 41 | 3C | F | 0 | 8 | 4B | 96 | 8 | 18 |
| Octal | 67 | 101 | 74 | 17 | 0 | 10 | 113 | 226 | 10 | 30 |
| Binary | 110111 | 1000001 | 111100 | 1111 | 0 | 1000 | 1001011 | 10010110 | 1000 | 11000 |
Color Harmonies of #37413C
Complementary color
Monochromatic Colors of #37413C
Black with #37413C
Text Example
Text Example
White with #37413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37413C; }
p { color: rgb(55,65,60); }
H1.HeaderClassName
{
color: #37413C;
}
.AnyTagClassName
{
color: #37413C;
}
</style>
background-color css
<style>
a { background-color: #37413C; }
a { background-color: rgb(55,65,60); }
div.DivClassName
{
background-color: #37413C;
}
.BgClassName
{
background-color: #37413C;
}
</style>
border-color css
<style>
span { border-color: #37413C; }
span { border-color: rgb(55,65,60); }
td.TdClassName
{
border-color: #37413C;
}
.TagClassName
{
border-color: #37413C;
}
</style>