Shades of Green Leaf #4B671A
Tints of Green Leaf #4B671A
RGB
CMYK
RGB Variations
Color information
#4B671A (or 0x4B671A) is known color: Green Leaf. HEX triplet: 4B, 67 and 1A. RGB value is (75,103,26). Sum of RGB (Red+Green+Blue) = 75+103+26=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #4B671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B671A is #B498E5. Grayscale: #565656. Windows color (decimal): -11835622 or 1730379. OLE color: 1730379.
HSL color Cylindrical-coordinate representation of color #4B671A: hue angle of 81.82º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B671A is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 103 | 26 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.60 |
| HSL | 81.82º | 0.6% | 0.25% | - |
| HSV(B) | 81.82º | 0.75% | 0.4% | - |
| XYZ | 7.94 | 11.27 | 2.73 | - |
| YUV | 85.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 26 | 0.27 | 0 | 0.75 | 0.60 | 81.82 | 0.6 | 0.25 |
| Hex | 4B | 67 | 1A | 1B | 0 | 4B | 3C | 52 | 3C | 19 |
| Octal | 113 | 147 | 32 | 33 | 0 | 113 | 74 | 122 | 74 | 31 |
| Binary | 1001011 | 1100111 | 11010 | 11011 | 0 | 1001011 | 111100 | 1010010 | 111100 | 11001 |
Color Harmonies of #4B671A
Complementary color
Monochromatic Colors of #4B671A
Black with #4B671A
Text Example
Text Example
White with #4B671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B671A; }
p { color: rgb(75,103,26); }
H1.HeaderClassName
{
color: #4B671A;
}
.AnyTagClassName
{
color: #4B671A;
}
</style>
background-color css
<style>
a { background-color: #4B671A; }
a { background-color: rgb(75,103,26); }
div.DivClassName
{
background-color: #4B671A;
}
.BgClassName
{
background-color: #4B671A;
}
</style>
border-color css
<style>
span { border-color: #4B671A; }
span { border-color: rgb(75,103,26); }
td.TdClassName
{
border-color: #4B671A;
}
.TagClassName
{
border-color: #4B671A;
}
</style>