Shades of Gable Green #38423F
Tints of Gable Green #38423F
RGB
CMYK
RGB Variations
Color information
#38423F (or 0x38423F) is known color: Gable Green. HEX triplet: 38, 42 and 3F. RGB value is (56,66,63). Sum of RGB (Red+Green+Blue) = 56+66+63=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 66 - color contains mainly: green. Hex color #38423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38423F is #C7BDC0. Grayscale: #3E3E3E. Windows color (decimal): -13090241 or 4145720. OLE color: 4145720.
HSL color Cylindrical-coordinate representation of color #38423F: hue angle of 162º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #38423F is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 63 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.74 |
| HSL | 162º | 0.08% | 0.24% | - |
| HSV(B) | 162º | 0.15% | 0.26% | - |
| XYZ | 4.48 | 5.1 | 5.45 | - |
| YUV | 62.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 63 | 0.15 | 0 | 0.05 | 0.74 | 162 | 0.08 | 0.24 |
| Hex | 38 | 42 | 3F | F | 0 | 5 | 4A | A2 | 8 | 18 |
| Octal | 70 | 102 | 77 | 17 | 0 | 5 | 112 | 242 | 10 | 30 |
| Binary | 111000 | 1000010 | 111111 | 1111 | 0 | 101 | 1001010 | 10100010 | 1000 | 11000 |
Color Harmonies of #38423F
Complementary color
Monochromatic Colors of #38423F
Black with #38423F
Text Example
Text Example
White with #38423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38423F; }
p { color: rgb(56,66,63); }
H1.HeaderClassName
{
color: #38423F;
}
.AnyTagClassName
{
color: #38423F;
}
</style>
background-color css
<style>
a { background-color: #38423F; }
a { background-color: rgb(56,66,63); }
div.DivClassName
{
background-color: #38423F;
}
.BgClassName
{
background-color: #38423F;
}
</style>
border-color css
<style>
span { border-color: #38423F; }
span { border-color: rgb(56,66,63); }
td.TdClassName
{
border-color: #38423F;
}
.TagClassName
{
border-color: #38423F;
}
</style>