Shades of Viridian #438769
Tints of Viridian #438769
RGB
CMYK
RGB Variations
Color information
#438769 (or 0x438769) is known color: Viridian. HEX triplet: 43, 87 and 69. RGB value is (67,135,105). Sum of RGB (Red+Green+Blue) = 67+135+105=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #438769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438769 is #BC7896. Grayscale: #6F6F6F. Windows color (decimal): -12351639 or 6915907. OLE color: 6915907.
HSL color Cylindrical-coordinate representation of color #438769: hue angle of 153.53º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438769 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 135 | 105 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.47 |
| HSL | 153.53º | 0.34% | 0.4% | - |
| HSV(B) | 153.53º | 0.5% | 0.53% | - |
| XYZ | 13.53 | 19.54 | 16.42 | - |
| YUV | 111.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 135 | 105 | 0.50 | 0 | 0.22 | 0.47 | 153.53 | 0.34 | 0.4 |
| Hex | 43 | 87 | 69 | 32 | 0 | 16 | 2F | 9A | 22 | 28 |
| Octal | 103 | 207 | 151 | 62 | 0 | 26 | 57 | 232 | 42 | 50 |
| Binary | 1000011 | 10000111 | 1101001 | 110010 | 0 | 10110 | 101111 | 10011010 | 100010 | 101000 |
Color Harmonies of #438769
Complementary color
Monochromatic Colors of #438769
Black with #438769
Text Example
Text Example
White with #438769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438769; }
p { color: rgb(67,135,105); }
H1.HeaderClassName
{
color: #438769;
}
.AnyTagClassName
{
color: #438769;
}
</style>
background-color css
<style>
a { background-color: #438769; }
a { background-color: rgb(67,135,105); }
div.DivClassName
{
background-color: #438769;
}
.BgClassName
{
background-color: #438769;
}
</style>
border-color css
<style>
span { border-color: #438769; }
span { border-color: rgb(67,135,105); }
td.TdClassName
{
border-color: #438769;
}
.TagClassName
{
border-color: #438769;
}
</style>