Shades of Verdun Green #436102
Tints of Verdun Green #436102
RGB
CMYK
RGB Variations
Color information
#436102 (or 0x436102) is known color: Verdun Green. HEX triplet: 43, 61 and 02. RGB value is (67,97,2). Sum of RGB (Red+Green+Blue) = 67+97+2=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #436102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436102 is #BC9EFD. Grayscale: #4D4D4D. Windows color (decimal): -12361470 or 155971. OLE color: 155971.
HSL color Cylindrical-coordinate representation of color #436102: hue angle of 78.95º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #436102 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 97 | 2 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.62 |
| HSL | 78.95º | 0.96% | 0.19% | - |
| HSV(B) | 78.95º | 0.98% | 0.38% | - |
| XYZ | 6.6 | 9.75 | 1.59 | - |
| YUV | 77.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 2 | 0.31 | 0 | 0.98 | 0.62 | 78.95 | 0.96 | 0.19 |
| Hex | 43 | 61 | 2 | 1F | 0 | 62 | 3E | 4F | 60 | 13 |
| Octal | 103 | 141 | 2 | 37 | 0 | 142 | 76 | 117 | 140 | 23 |
| Binary | 1000011 | 1100001 | 10 | 11111 | 0 | 1100010 | 111110 | 1001111 | 1100000 | 10011 |
Color Harmonies of #436102
Complementary color
Monochromatic Colors of #436102
Black with #436102
Text Example
Text Example
White with #436102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436102; }
p { color: rgb(67,97,2); }
H1.HeaderClassName
{
color: #436102;
}
.AnyTagClassName
{
color: #436102;
}
</style>
background-color css
<style>
a { background-color: #436102; }
a { background-color: rgb(67,97,2); }
div.DivClassName
{
background-color: #436102;
}
.BgClassName
{
background-color: #436102;
}
</style>
border-color css
<style>
span { border-color: #436102; }
span { border-color: rgb(67,97,2); }
td.TdClassName
{
border-color: #436102;
}
.TagClassName
{
border-color: #436102;
}
</style>