Shades of Viridian #368869
Tints of Viridian #368869
RGB
CMYK
RGB Variations
Color information
#368869 (or 0x368869) is known color: Viridian. HEX triplet: 36, 88 and 69. RGB value is (54,136,105). Sum of RGB (Red+Green+Blue) = 54+136+105=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #368869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368869 is #C97796. Grayscale: #6B6B6B. Windows color (decimal): -13203351 or 6916150. OLE color: 6916150.
HSL color Cylindrical-coordinate representation of color #368869: hue angle of 157.32º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368869 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 136 | 105 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.47 |
| HSL | 157.32º | 0.43% | 0.37% | - |
| HSV(B) | 157.32º | 0.6% | 0.53% | - |
| XYZ | 12.88 | 19.41 | 16.43 | - |
| YUV | 107.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 105 | 0.60 | 0 | 0.23 | 0.47 | 157.32 | 0.43 | 0.37 |
| Hex | 36 | 88 | 69 | 3C | 0 | 17 | 2F | 9D | 2B | 25 |
| Octal | 66 | 210 | 151 | 74 | 0 | 27 | 57 | 235 | 53 | 45 |
| Binary | 110110 | 10001000 | 1101001 | 111100 | 0 | 10111 | 101111 | 10011101 | 101011 | 100101 |
Color Harmonies of #368869
Complementary color
Monochromatic Colors of #368869
Black with #368869
Text Example
Text Example
White with #368869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368869; }
p { color: rgb(54,136,105); }
H1.HeaderClassName
{
color: #368869;
}
.AnyTagClassName
{
color: #368869;
}
</style>
background-color css
<style>
a { background-color: #368869; }
a { background-color: rgb(54,136,105); }
div.DivClassName
{
background-color: #368869;
}
.BgClassName
{
background-color: #368869;
}
</style>
border-color css
<style>
span { border-color: #368869; }
span { border-color: rgb(54,136,105); }
td.TdClassName
{
border-color: #368869;
}
.TagClassName
{
border-color: #368869;
}
</style>