Shades of Verdun Green #435C00
Tints of Verdun Green #435C00
RGB
CMYK
RGB Variations
Color information
#435C00 (or 0x435C00) is known color: Verdun Green. HEX triplet: 43, 5C and 00. RGB value is (67,92,0). Sum of RGB (Red+Green+Blue) = 67+92+0=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #435C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435C00 is #BCA3FF. Grayscale: #4A4A4A. Windows color (decimal): -12362752 or 23619. OLE color: 23619.
HSL color Cylindrical-coordinate representation of color #435C00: hue angle of 76.3º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #435C00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.64 |
| HSL | 76.3º | 1% | 0.18% | - |
| HSV(B) | 76.3º | 1% | 0.36% | - |
| XYZ | 6.14 | 8.85 | 1.38 | - |
| YUV | 74.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 0 | 0.27 | 0 | 1 | 0.64 | 76.3 | 1 | 0.18 |
| Hex | 43 | 5C | 0 | 1B | 0 | 64 | 40 | 4C | 64 | 12 |
| Octal | 103 | 134 | 0 | 33 | 0 | 144 | 100 | 114 | 144 | 22 |
| Binary | 1000011 | 1011100 | 0 | 11011 | 0 | 1100100 | 1000000 | 1001100 | 1100100 | 10010 |
Color Harmonies of #435C00
Complementary color
Monochromatic Colors of #435C00
Black with #435C00
Text Example
Text Example
White with #435C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C00; }
p { color: rgb(67,92,0); }
H1.HeaderClassName
{
color: #435C00;
}
.AnyTagClassName
{
color: #435C00;
}
</style>
background-color css
<style>
a { background-color: #435C00; }
a { background-color: rgb(67,92,0); }
div.DivClassName
{
background-color: #435C00;
}
.BgClassName
{
background-color: #435C00;
}
</style>
border-color css
<style>
span { border-color: #435C00; }
span { border-color: rgb(67,92,0); }
td.TdClassName
{
border-color: #435C00;
}
.TagClassName
{
border-color: #435C00;
}
</style>