Shades of County Green #105338
Tints of County Green #105338
RGB
CMYK
RGB Variations
Color information
#105338 (or 0x105338) is known color: County Green. HEX triplet: 10, 53 and 38. RGB value is (16,83,56). Sum of RGB (Red+Green+Blue) = 16+83+56=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #105338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105338 is #EFACC7. Grayscale: #3B3B3B. Windows color (decimal): -15707336 or 3691280. OLE color: 3691280.
HSL color Cylindrical-coordinate representation of color #105338: hue angle of 155.82º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105338 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 56 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.67 |
| HSL | 155.82º | 0.68% | 0.19% | - |
| HSV(B) | 155.82º | 0.81% | 0.33% | - |
| XYZ | 4.02 | 6.58 | 4.8 | - |
| YUV | 59.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 56 | 0.81 | 0 | 0.33 | 0.67 | 155.82 | 0.68 | 0.19 |
| Hex | 10 | 53 | 38 | 51 | 0 | 21 | 43 | 9C | 44 | 13 |
| Octal | 20 | 123 | 70 | 121 | 0 | 41 | 103 | 234 | 104 | 23 |
| Binary | 10000 | 1010011 | 111000 | 1010001 | 0 | 100001 | 1000011 | 10011100 | 1000100 | 10011 |
Color Harmonies of #105338
Complementary color
Monochromatic Colors of #105338
Black with #105338
Text Example
Text Example
White with #105338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105338; }
p { color: rgb(16,83,56); }
H1.HeaderClassName
{
color: #105338;
}
.AnyTagClassName
{
color: #105338;
}
</style>
background-color css
<style>
a { background-color: #105338; }
a { background-color: rgb(16,83,56); }
div.DivClassName
{
background-color: #105338;
}
.BgClassName
{
background-color: #105338;
}
</style>
border-color css
<style>
span { border-color: #105338; }
span { border-color: rgb(16,83,56); }
td.TdClassName
{
border-color: #105338;
}
.TagClassName
{
border-color: #105338;
}
</style>