Shades of Green House #3A6B23
Tints of Green House #3A6B23
RGB
CMYK
RGB Variations
Color information
#3A6B23 (or 0x3A6B23) is known color: Green House. HEX triplet: 3A, 6B and 23. RGB value is (58,107,35). Sum of RGB (Red+Green+Blue) = 58+107+35=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6B23 is #C594DC. Grayscale: #545454. Windows color (decimal): -12948701 or 2321210. OLE color: 2321210.
HSL color Cylindrical-coordinate representation of color #3A6B23: hue angle of 100.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A6B23 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 107 | 35 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.58 |
| HSL | 100.83º | 0.51% | 0.28% | - |
| HSV(B) | 100.83º | 0.67% | 0.42% | - |
| XYZ | 7.31 | 11.54 | 3.43 | - |
| YUV | 84.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 35 | 0.46 | 0 | 0.67 | 0.58 | 100.83 | 0.51 | 0.28 |
| Hex | 3A | 6B | 23 | 2E | 0 | 43 | 3A | 65 | 33 | 1C |
| Octal | 72 | 153 | 43 | 56 | 0 | 103 | 72 | 145 | 63 | 34 |
| Binary | 111010 | 1101011 | 100011 | 101110 | 0 | 1000011 | 111010 | 1100101 | 110011 | 11100 |
Color Harmonies of #3A6B23
Complementary color
Monochromatic Colors of #3A6B23
Black with #3A6B23
Text Example
Text Example
White with #3A6B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6B23; }
p { color: rgb(58,107,35); }
H1.HeaderClassName
{
color: #3A6B23;
}
.AnyTagClassName
{
color: #3A6B23;
}
</style>
background-color css
<style>
a { background-color: #3A6B23; }
a { background-color: rgb(58,107,35); }
div.DivClassName
{
background-color: #3A6B23;
}
.BgClassName
{
background-color: #3A6B23;
}
</style>
border-color css
<style>
span { border-color: #3A6B23; }
span { border-color: rgb(58,107,35); }
td.TdClassName
{
border-color: #3A6B23;
}
.TagClassName
{
border-color: #3A6B23;
}
</style>