Shades of Verdun Green #435A07
Tints of Verdun Green #435A07
RGB
CMYK
RGB Variations
Color information
#435A07 (or 0x435A07) is known color: Verdun Green. HEX triplet: 43, 5A and 07. RGB value is (67,90,7). Sum of RGB (Red+Green+Blue) = 67+90+7=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #435A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435A07 is #BCA5F8. Grayscale: #494949. Windows color (decimal): -12363257 or 481859. OLE color: 481859.
HSL color Cylindrical-coordinate representation of color #435A07: hue angle of 76.63º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #435A07 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 7 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.65 |
| HSL | 76.63º | 0.86% | 0.19% | - |
| HSV(B) | 76.63º | 0.92% | 0.35% | - |
| XYZ | 6.01 | 8.52 | 1.53 | - |
| YUV | 73.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 7 | 0.26 | 0 | 0.92 | 0.65 | 76.63 | 0.86 | 0.19 |
| Hex | 43 | 5A | 7 | 1A | 0 | 5C | 41 | 4D | 56 | 13 |
| Octal | 103 | 132 | 7 | 32 | 0 | 134 | 101 | 115 | 126 | 23 |
| Binary | 1000011 | 1011010 | 111 | 11010 | 0 | 1011100 | 1000001 | 1001101 | 1010110 | 10011 |
Color Harmonies of #435A07
Complementary color
Monochromatic Colors of #435A07
Black with #435A07
Text Example
Text Example
White with #435A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A07; }
p { color: rgb(67,90,7); }
H1.HeaderClassName
{
color: #435A07;
}
.AnyTagClassName
{
color: #435A07;
}
</style>
background-color css
<style>
a { background-color: #435A07; }
a { background-color: rgb(67,90,7); }
div.DivClassName
{
background-color: #435A07;
}
.BgClassName
{
background-color: #435A07;
}
</style>
border-color css
<style>
span { border-color: #435A07; }
span { border-color: rgb(67,90,7); }
td.TdClassName
{
border-color: #435A07;
}
.TagClassName
{
border-color: #435A07;
}
</style>