Shades of Chateau Green #38AF4D
Tints of Chateau Green #38AF4D
RGB
CMYK
RGB Variations
Color information
#38AF4D (or 0x38AF4D) is known color: Chateau Green. HEX triplet: 38, AF and 4D. RGB value is (56,175,77). Sum of RGB (Red+Green+Blue) = 56+175+77=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF4D is #C750B2. Grayscale: #808080. Windows color (decimal): -13062323 or 5091128. OLE color: 5091128.
HSL color Cylindrical-coordinate representation of color #38AF4D: hue angle of 130.59º 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 #38AF4D is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 175 | 77 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.31 |
| HSL | 130.59º | 0.52% | 0.45% | - |
| HSV(B) | 130.59º | 0.68% | 0.69% | - |
| XYZ | 18.3 | 32.04 | 12.24 | - |
| YUV | 128.25 | 99.08 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 77 | 0.68 | 0 | 0.56 | 0.31 | 130.59 | 0.52 | 0.45 |
| Hex | 38 | AF | 4D | 44 | 0 | 38 | 1F | 83 | 34 | 2D |
| Octal | 70 | 257 | 115 | 104 | 0 | 70 | 37 | 203 | 64 | 55 |
| Binary | 111000 | 10101111 | 1001101 | 1000100 | 0 | 111000 | 11111 | 10000011 | 110100 | 101101 |
Color Harmonies of #38AF4D
Complementary color
Monochromatic Colors of #38AF4D
Black with #38AF4D
Text Example
Text Example
White with #38AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AF4D; }
p { color: rgb(56,175,77); }
H1.HeaderClassName
{
color: #38AF4D;
}
.AnyTagClassName
{
color: #38AF4D;
}
</style>
background-color css
<style>
a { background-color: #38AF4D; }
a { background-color: rgb(56,175,77); }
div.DivClassName
{
background-color: #38AF4D;
}
.BgClassName
{
background-color: #38AF4D;
}
</style>
border-color css
<style>
span { border-color: #38AF4D; }
span { border-color: rgb(56,175,77); }
td.TdClassName
{
border-color: #38AF4D;
}
.TagClassName
{
border-color: #38AF4D;
}
</style>