Shades of Chateau Green #388F4A
Tints of Chateau Green #388F4A
RGB
CMYK
RGB Variations
Color information
#388F4A (or 0x388F4A) is known color: Chateau Green. HEX triplet: 38, 8F and 4A. RGB value is (56,143,74). Sum of RGB (Red+Green+Blue) = 56+143+74=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #388F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388F4A is #C770B5. Grayscale: #6D6D6D. Windows color (decimal): -13070518 or 4886328. OLE color: 4886328.
HSL color Cylindrical-coordinate representation of color #388F4A: hue angle of 132.41º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F4A is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 143 | 74 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.44 |
| HSL | 132.41º | 0.44% | 0.39% | - |
| HSV(B) | 132.41º | 0.61% | 0.56% | - |
| XYZ | 12.69 | 20.98 | 9.86 | - |
| YUV | 109.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 74 | 0.61 | 0 | 0.48 | 0.44 | 132.41 | 0.44 | 0.39 |
| Hex | 38 | 8F | 4A | 3D | 0 | 30 | 2C | 84 | 2C | 27 |
| Octal | 70 | 217 | 112 | 75 | 0 | 60 | 54 | 204 | 54 | 47 |
| Binary | 111000 | 10001111 | 1001010 | 111101 | 0 | 110000 | 101100 | 10000100 | 101100 | 100111 |
Color Harmonies of #388F4A
Complementary color
Monochromatic Colors of #388F4A
Black with #388F4A
Text Example
Text Example
White with #388F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F4A; }
p { color: rgb(56,143,74); }
H1.HeaderClassName
{
color: #388F4A;
}
.AnyTagClassName
{
color: #388F4A;
}
</style>
background-color css
<style>
a { background-color: #388F4A; }
a { background-color: rgb(56,143,74); }
div.DivClassName
{
background-color: #388F4A;
}
.BgClassName
{
background-color: #388F4A;
}
</style>
border-color css
<style>
span { border-color: #388F4A; }
span { border-color: rgb(56,143,74); }
td.TdClassName
{
border-color: #388F4A;
}
.TagClassName
{
border-color: #388F4A;
}
</style>