Shades of Chateau Green #38AF4C
Tints of Chateau Green #38AF4C
RGB
CMYK
RGB Variations
Color information
#38AF4C (or 0x38AF4C) is known color: Chateau Green. HEX triplet: 38, AF and 4C. RGB value is (56,175,76). Sum of RGB (Red+Green+Blue) = 56+175+76=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF4C is #C750B3. Grayscale: #808080. Windows color (decimal): -13062324 or 5025592. OLE color: 5025592.
HSL color Cylindrical-coordinate representation of color #38AF4C: hue angle of 130.08º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF4C is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 175 | 76 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.31 |
| HSL | 130.08º | 0.52% | 0.45% | - |
| HSV(B) | 130.08º | 0.68% | 0.69% | - |
| XYZ | 18.27 | 32.02 | 12.06 | - |
| YUV | 128.13 | 98.58 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 76 | 0.68 | 0 | 0.57 | 0.31 | 130.08 | 0.52 | 0.45 |
| Hex | 38 | AF | 4C | 44 | 0 | 39 | 1F | 82 | 34 | 2D |
| Octal | 70 | 257 | 114 | 104 | 0 | 71 | 37 | 202 | 64 | 55 |
| Binary | 111000 | 10101111 | 1001100 | 1000100 | 0 | 111001 | 11111 | 10000010 | 110100 | 101101 |
Color Harmonies of #38AF4C
Complementary color
Monochromatic Colors of #38AF4C
Black with #38AF4C
Text Example
Text Example
White with #38AF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AF4C; }
p { color: rgb(56,175,76); }
H1.HeaderClassName
{
color: #38AF4C;
}
.AnyTagClassName
{
color: #38AF4C;
}
</style>
background-color css
<style>
a { background-color: #38AF4C; }
a { background-color: rgb(56,175,76); }
div.DivClassName
{
background-color: #38AF4C;
}
.BgClassName
{
background-color: #38AF4C;
}
</style>
border-color css
<style>
span { border-color: #38AF4C; }
span { border-color: rgb(56,175,76); }
td.TdClassName
{
border-color: #38AF4C;
}
.TagClassName
{
border-color: #38AF4C;
}
</style>