Shades of Viridian #378269
Tints of Viridian #378269
RGB
CMYK
RGB Variations
Color information
#378269 (or 0x378269) is known color: Viridian. HEX triplet: 37, 82 and 69. RGB value is (55,130,105). Sum of RGB (Red+Green+Blue) = 55+130+105=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #378269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378269 is #C87D96. Grayscale: #686868. Windows color (decimal): -13139351 or 6914615. OLE color: 6914615.
HSL color Cylindrical-coordinate representation of color #378269: hue angle of 160º 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 #378269 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 130 | 105 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.49 |
| HSL | 160º | 0.41% | 0.36% | - |
| HSV(B) | 160º | 0.58% | 0.51% | - |
| XYZ | 12.11 | 17.8 | 16.16 | - |
| YUV | 104.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 105 | 0.58 | 0 | 0.19 | 0.49 | 160 | 0.41 | 0.36 |
| Hex | 37 | 82 | 69 | 3A | 0 | 13 | 31 | A0 | 29 | 24 |
| Octal | 67 | 202 | 151 | 72 | 0 | 23 | 61 | 240 | 51 | 44 |
| Binary | 110111 | 10000010 | 1101001 | 111010 | 0 | 10011 | 110001 | 10100000 | 101001 | 100100 |
Color Harmonies of #378269
Complementary color
Monochromatic Colors of #378269
Black with #378269
Text Example
Text Example
White with #378269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378269; }
p { color: rgb(55,130,105); }
H1.HeaderClassName
{
color: #378269;
}
.AnyTagClassName
{
color: #378269;
}
</style>
background-color css
<style>
a { background-color: #378269; }
a { background-color: rgb(55,130,105); }
div.DivClassName
{
background-color: #378269;
}
.BgClassName
{
background-color: #378269;
}
</style>
border-color css
<style>
span { border-color: #378269; }
span { border-color: rgb(55,130,105); }
td.TdClassName
{
border-color: #378269;
}
.TagClassName
{
border-color: #378269;
}
</style>