Shades of Chateau Green #3DBB54
Tints of Chateau Green #3DBB54
RGB
CMYK
RGB Variations
Color information
#3DBB54 (or 0x3DBB54) is known color: Chateau Green. HEX triplet: 3D, BB and 54. RGB value is (61,187,84). Sum of RGB (Red+Green+Blue) = 61+187+84=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBB54 is #C244AB. Grayscale: #898989. Windows color (decimal): -12731564 or 5552957. OLE color: 5552957.
HSL color Cylindrical-coordinate representation of color #3DBB54: hue angle of 130.95º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBB54 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 84 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.27 |
| HSL | 130.95º | 0.51% | 0.49% | - |
| HSV(B) | 130.95º | 0.67% | 0.73% | - |
| XYZ | 21.3 | 37.17 | 14.44 | - |
| YUV | 137.58 | 97.76 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 84 | 0.67 | 0 | 0.55 | 0.27 | 130.95 | 0.51 | 0.49 |
| Hex | 3D | BB | 54 | 43 | 0 | 37 | 1B | 83 | 33 | 31 |
| Octal | 75 | 273 | 124 | 103 | 0 | 67 | 33 | 203 | 63 | 61 |
| Binary | 111101 | 10111011 | 1010100 | 1000011 | 0 | 110111 | 11011 | 10000011 | 110011 | 110001 |
Color Harmonies of #3DBB54
Complementary color
Monochromatic Colors of #3DBB54
Black with #3DBB54
Text Example
Text Example
White with #3DBB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB54; }
p { color: rgb(61,187,84); }
H1.HeaderClassName
{
color: #3DBB54;
}
.AnyTagClassName
{
color: #3DBB54;
}
</style>
background-color css
<style>
a { background-color: #3DBB54; }
a { background-color: rgb(61,187,84); }
div.DivClassName
{
background-color: #3DBB54;
}
.BgClassName
{
background-color: #3DBB54;
}
</style>
border-color css
<style>
span { border-color: #3DBB54; }
span { border-color: rgb(61,187,84); }
td.TdClassName
{
border-color: #3DBB54;
}
.TagClassName
{
border-color: #3DBB54;
}
</style>