Shades of Verdun Green #424B1B
Tints of Verdun Green #424B1B
RGB
CMYK
RGB Variations
Color information
#424B1B (or 0x424B1B) is known color: Verdun Green. HEX triplet: 42, 4B and 1B. RGB value is (66,75,27). Sum of RGB (Red+Green+Blue) = 66+75+27=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #424B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B1B is #BDB4E4. Grayscale: #434343. Windows color (decimal): -12432613 or 1788738. OLE color: 1788738.
HSL color Cylindrical-coordinate representation of color #424B1B: hue angle of 71.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #424B1B is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 27 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.71 |
| HSL | 71.25º | 0.47% | 0.2% | - |
| HSV(B) | 71.25º | 0.64% | 0.29% | - |
| XYZ | 4.96 | 6.27 | 1.99 | - |
| YUV | 66.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 27 | 0.12 | 0 | 0.64 | 0.71 | 71.25 | 0.47 | 0.2 |
| Hex | 42 | 4B | 1B | C | 0 | 40 | 47 | 47 | 2F | 14 |
| Octal | 102 | 113 | 33 | 14 | 0 | 100 | 107 | 107 | 57 | 24 |
| Binary | 1000010 | 1001011 | 11011 | 1100 | 0 | 1000000 | 1000111 | 1000111 | 101111 | 10100 |
Color Harmonies of #424B1B
Complementary color
Monochromatic Colors of #424B1B
Black with #424B1B
Text Example
Text Example
White with #424B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B1B; }
p { color: rgb(66,75,27); }
H1.HeaderClassName
{
color: #424B1B;
}
.AnyTagClassName
{
color: #424B1B;
}
</style>
background-color css
<style>
a { background-color: #424B1B; }
a { background-color: rgb(66,75,27); }
div.DivClassName
{
background-color: #424B1B;
}
.BgClassName
{
background-color: #424B1B;
}
</style>
border-color css
<style>
span { border-color: #424B1B; }
span { border-color: rgb(66,75,27); }
td.TdClassName
{
border-color: #424B1B;
}
.TagClassName
{
border-color: #424B1B;
}
</style>