Shades of Viridian #438263
Tints of Viridian #438263
RGB
CMYK
RGB Variations
Color information
#438263 (or 0x438263) is known color: Viridian. HEX triplet: 43, 82 and 63. RGB value is (67,130,99). Sum of RGB (Red+Green+Blue) = 67+130+99=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #438263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438263 is #BC7D9C. Grayscale: #6B6B6B. Windows color (decimal): -12352925 or 6521411. OLE color: 6521411.
HSL color Cylindrical-coordinate representation of color #438263: hue angle of 150.48º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438263 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 130 | 99 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.49 |
| HSL | 150.48º | 0.32% | 0.39% | - |
| HSV(B) | 150.48º | 0.48% | 0.51% | - |
| XYZ | 12.55 | 18.06 | 14.63 | - |
| YUV | 107.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 99 | 0.48 | 0 | 0.24 | 0.49 | 150.48 | 0.32 | 0.39 |
| Hex | 43 | 82 | 63 | 30 | 0 | 18 | 31 | 96 | 20 | 27 |
| Octal | 103 | 202 | 143 | 60 | 0 | 30 | 61 | 226 | 40 | 47 |
| Binary | 1000011 | 10000010 | 1100011 | 110000 | 0 | 11000 | 110001 | 10010110 | 100000 | 100111 |
Color Harmonies of #438263
Complementary color
Monochromatic Colors of #438263
Black with #438263
Text Example
Text Example
White with #438263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438263; }
p { color: rgb(67,130,99); }
H1.HeaderClassName
{
color: #438263;
}
.AnyTagClassName
{
color: #438263;
}
</style>
background-color css
<style>
a { background-color: #438263; }
a { background-color: rgb(67,130,99); }
div.DivClassName
{
background-color: #438263;
}
.BgClassName
{
background-color: #438263;
}
</style>
border-color css
<style>
span { border-color: #438263; }
span { border-color: rgb(67,130,99); }
td.TdClassName
{
border-color: #438263;
}
.TagClassName
{
border-color: #438263;
}
</style>