Shades of Chateau Green #3F934B
Tints of Chateau Green #3F934B
RGB
CMYK
RGB Variations
Color information
#3F934B (or 0x3F934B) is known color: Chateau Green. HEX triplet: 3F, 93 and 4B. RGB value is (63,147,75). Sum of RGB (Red+Green+Blue) = 63+147+75=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #3F934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F934B is #C06CB4. Grayscale: #717171. Windows color (decimal): -12610741 or 4952895. OLE color: 4952895.
HSL color Cylindrical-coordinate representation of color #3F934B: hue angle of 128.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F934B is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 147 | 75 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.42 |
| HSL | 128.57º | 0.4% | 0.41% | - |
| HSV(B) | 128.57º | 0.57% | 0.58% | - |
| XYZ | 13.75 | 22.43 | 10.26 | - |
| YUV | 113.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 75 | 0.57 | 0 | 0.49 | 0.42 | 128.57 | 0.4 | 0.41 |
| Hex | 3F | 93 | 4B | 39 | 0 | 31 | 2A | 81 | 28 | 29 |
| Octal | 77 | 223 | 113 | 71 | 0 | 61 | 52 | 201 | 50 | 51 |
| Binary | 111111 | 10010011 | 1001011 | 111001 | 0 | 110001 | 101010 | 10000001 | 101000 | 101001 |
Color Harmonies of #3F934B
Complementary color
Monochromatic Colors of #3F934B
Black with #3F934B
Text Example
Text Example
White with #3F934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F934B; }
p { color: rgb(63,147,75); }
H1.HeaderClassName
{
color: #3F934B;
}
.AnyTagClassName
{
color: #3F934B;
}
</style>
background-color css
<style>
a { background-color: #3F934B; }
a { background-color: rgb(63,147,75); }
div.DivClassName
{
background-color: #3F934B;
}
.BgClassName
{
background-color: #3F934B;
}
</style>
border-color css
<style>
span { border-color: #3F934B; }
span { border-color: rgb(63,147,75); }
td.TdClassName
{
border-color: #3F934B;
}
.TagClassName
{
border-color: #3F934B;
}
</style>