Shades of Viridian #388765
Tints of Viridian #388765
RGB
CMYK
RGB Variations
Color information
#388765 (or 0x388765) is known color: Viridian. HEX triplet: 38, 87 and 65. RGB value is (56,135,101). Sum of RGB (Red+Green+Blue) = 56+135+101=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #388765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388765 is #C7789A. Grayscale: #6B6B6B. Windows color (decimal): -13072539 or 6653752. OLE color: 6653752.
HSL color Cylindrical-coordinate representation of color #388765: hue angle of 154.18º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388765 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 101 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.47 |
| HSL | 154.18º | 0.41% | 0.37% | - |
| HSV(B) | 154.18º | 0.59% | 0.53% | - |
| XYZ | 12.64 | 19.11 | 15.33 | - |
| YUV | 107.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 101 | 0.59 | 0 | 0.25 | 0.47 | 154.18 | 0.41 | 0.37 |
| Hex | 38 | 87 | 65 | 3B | 0 | 19 | 2F | 9A | 29 | 25 |
| Octal | 70 | 207 | 145 | 73 | 0 | 31 | 57 | 232 | 51 | 45 |
| Binary | 111000 | 10000111 | 1100101 | 111011 | 0 | 11001 | 101111 | 10011010 | 101001 | 100101 |
Color Harmonies of #388765
Complementary color
Monochromatic Colors of #388765
Black with #388765
Text Example
Text Example
White with #388765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388765; }
p { color: rgb(56,135,101); }
H1.HeaderClassName
{
color: #388765;
}
.AnyTagClassName
{
color: #388765;
}
</style>
background-color css
<style>
a { background-color: #388765; }
a { background-color: rgb(56,135,101); }
div.DivClassName
{
background-color: #388765;
}
.BgClassName
{
background-color: #388765;
}
</style>
border-color css
<style>
span { border-color: #388765; }
span { border-color: rgb(56,135,101); }
td.TdClassName
{
border-color: #388765;
}
.TagClassName
{
border-color: #388765;
}
</style>