Shades of Verdun Green #435302
Tints of Verdun Green #435302
RGB
CMYK
RGB Variations
Color information
#435302 (or 0x435302) is known color: Verdun Green. HEX triplet: 43, 53 and 02. RGB value is (67,83,2). Sum of RGB (Red+Green+Blue) = 67+83+2=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #435302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435302 is #BCACFD. Grayscale: #454545. Windows color (decimal): -12365054 or 152387. OLE color: 152387.
HSL color Cylindrical-coordinate representation of color #435302: hue angle of 71.85º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #435302 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 83 | 2 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.67 |
| HSL | 71.85º | 0.95% | 0.17% | - |
| HSV(B) | 71.85º | 0.98% | 0.33% | - |
| XYZ | 5.42 | 7.38 | 1.2 | - |
| YUV | 68.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 2 | 0.19 | 0 | 0.98 | 0.67 | 71.85 | 0.95 | 0.17 |
| Hex | 43 | 53 | 2 | 13 | 0 | 62 | 43 | 48 | 5F | 11 |
| Octal | 103 | 123 | 2 | 23 | 0 | 142 | 103 | 110 | 137 | 21 |
| Binary | 1000011 | 1010011 | 10 | 10011 | 0 | 1100010 | 1000011 | 1001000 | 1011111 | 10001 |
Color Harmonies of #435302
Complementary color
Monochromatic Colors of #435302
Black with #435302
Text Example
Text Example
White with #435302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435302; }
p { color: rgb(67,83,2); }
H1.HeaderClassName
{
color: #435302;
}
.AnyTagClassName
{
color: #435302;
}
</style>
background-color css
<style>
a { background-color: #435302; }
a { background-color: rgb(67,83,2); }
div.DivClassName
{
background-color: #435302;
}
.BgClassName
{
background-color: #435302;
}
</style>
border-color css
<style>
span { border-color: #435302; }
span { border-color: rgb(67,83,2); }
td.TdClassName
{
border-color: #435302;
}
.TagClassName
{
border-color: #435302;
}
</style>