Shades of Viridian #368263
Tints of Viridian #368263
RGB
CMYK
RGB Variations
Color information
#368263 (or 0x368263) is known color: Viridian. HEX triplet: 36, 82 and 63. RGB value is (54,130,99). Sum of RGB (Red+Green+Blue) = 54+130+99=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #368263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368263 is #C97D9C. Grayscale: #676767. Windows color (decimal): -13204893 or 6521398. OLE color: 6521398.
HSL color Cylindrical-coordinate representation of color #368263: hue angle of 155.53º 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 #368263 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 99 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.49 |
| HSL | 155.53º | 0.41% | 0.36% | - |
| HSV(B) | 155.53º | 0.58% | 0.51% | - |
| XYZ | 11.76 | 17.65 | 14.59 | - |
| YUV | 103.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 99 | 0.58 | 0 | 0.24 | 0.49 | 155.53 | 0.41 | 0.36 |
| Hex | 36 | 82 | 63 | 3A | 0 | 18 | 31 | 9C | 29 | 24 |
| Octal | 66 | 202 | 143 | 72 | 0 | 30 | 61 | 234 | 51 | 44 |
| Binary | 110110 | 10000010 | 1100011 | 111010 | 0 | 11000 | 110001 | 10011100 | 101001 | 100100 |
Color Harmonies of #368263
Complementary color
Monochromatic Colors of #368263
Black with #368263
Text Example
Text Example
White with #368263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368263; }
p { color: rgb(54,130,99); }
H1.HeaderClassName
{
color: #368263;
}
.AnyTagClassName
{
color: #368263;
}
</style>
background-color css
<style>
a { background-color: #368263; }
a { background-color: rgb(54,130,99); }
div.DivClassName
{
background-color: #368263;
}
.BgClassName
{
background-color: #368263;
}
</style>
border-color css
<style>
span { border-color: #368263; }
span { border-color: rgb(54,130,99); }
td.TdClassName
{
border-color: #368263;
}
.TagClassName
{
border-color: #368263;
}
</style>