Shades of Green Leaf #45671C
Tints of Green Leaf #45671C
RGB
CMYK
RGB Variations
Color information
#45671C (or 0x45671C) is known color: Green Leaf. HEX triplet: 45, 67 and 1C. RGB value is (69,103,28). Sum of RGB (Red+Green+Blue) = 69+103+28=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #45671C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45671C is #BA98E3. Grayscale: #545454. Windows color (decimal): -12228836 or 1861445. OLE color: 1861445.
HSL color Cylindrical-coordinate representation of color #45671C: hue angle of 87.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45671C is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 28 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.60 |
| HSL | 87.2º | 0.57% | 0.26% | - |
| HSV(B) | 87.2º | 0.73% | 0.4% | - |
| XYZ | 7.51 | 11.05 | 2.84 | - |
| YUV | 84.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 28 | 0.33 | 0 | 0.73 | 0.60 | 87.2 | 0.57 | 0.26 |
| Hex | 45 | 67 | 1C | 21 | 0 | 49 | 3C | 57 | 39 | 1A |
| Octal | 105 | 147 | 34 | 41 | 0 | 111 | 74 | 127 | 71 | 32 |
| Binary | 1000101 | 1100111 | 11100 | 100001 | 0 | 1001001 | 111100 | 1010111 | 111001 | 11010 |
Color Harmonies of #45671C
Complementary color
Monochromatic Colors of #45671C
Black with #45671C
Text Example
Text Example
White with #45671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45671C; }
p { color: rgb(69,103,28); }
H1.HeaderClassName
{
color: #45671C;
}
.AnyTagClassName
{
color: #45671C;
}
</style>
background-color css
<style>
a { background-color: #45671C; }
a { background-color: rgb(69,103,28); }
div.DivClassName
{
background-color: #45671C;
}
.BgClassName
{
background-color: #45671C;
}
</style>
border-color css
<style>
span { border-color: #45671C; }
span { border-color: rgb(69,103,28); }
td.TdClassName
{
border-color: #45671C;
}
.TagClassName
{
border-color: #45671C;
}
</style>