Shades of Viridian #36826E
Tints of Viridian #36826E
RGB
CMYK
RGB Variations
Color information
#36826E (or 0x36826E) is known color: Viridian. HEX triplet: 36, 82 and 6E. RGB value is (54,130,110). Sum of RGB (Red+Green+Blue) = 54+130+110=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #36826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36826E is #C97D91. Grayscale: #696969. Windows color (decimal): -13204882 or 7242294. OLE color: 7242294.
HSL color Cylindrical-coordinate representation of color #36826E: hue angle of 164.21º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36826E is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 110 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.49 |
| HSL | 164.21º | 0.41% | 0.36% | - |
| HSV(B) | 164.21º | 0.58% | 0.51% | - |
| XYZ | 12.32 | 17.88 | 17.55 | - |
| YUV | 105 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 110 | 0.58 | 0 | 0.15 | 0.49 | 164.21 | 0.41 | 0.36 |
| Hex | 36 | 82 | 6E | 3A | 0 | F | 31 | A4 | 29 | 24 |
| Octal | 66 | 202 | 156 | 72 | 0 | 17 | 61 | 244 | 51 | 44 |
| Binary | 110110 | 10000010 | 1101110 | 111010 | 0 | 1111 | 110001 | 10100100 | 101001 | 100100 |
Color Harmonies of #36826E
Complementary color
Monochromatic Colors of #36826E
Black with #36826E
Text Example
Text Example
White with #36826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36826E; }
p { color: rgb(54,130,110); }
H1.HeaderClassName
{
color: #36826E;
}
.AnyTagClassName
{
color: #36826E;
}
</style>
background-color css
<style>
a { background-color: #36826E; }
a { background-color: rgb(54,130,110); }
div.DivClassName
{
background-color: #36826E;
}
.BgClassName
{
background-color: #36826E;
}
</style>
border-color css
<style>
span { border-color: #36826E; }
span { border-color: rgb(54,130,110); }
td.TdClassName
{
border-color: #36826E;
}
.TagClassName
{
border-color: #36826E;
}
</style>