Shades of Japanese Laurel #38772F
Tints of Japanese Laurel #38772F
RGB
CMYK
RGB Variations
Color information
#38772F (or 0x38772F) is known color: Japanese Laurel. HEX triplet: 38, 77 and 2F. RGB value is (56,119,47). Sum of RGB (Red+Green+Blue) = 56+119+47=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #38772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38772F is #C788D0. Grayscale: #5C5C5C. Windows color (decimal): -13076689 or 3110712. OLE color: 3110712.
HSL color Cylindrical-coordinate representation of color #38772F: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38772F is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 119 | 47 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.53 |
| HSL | 112.5º | 0.43% | 0.33% | - |
| HSV(B) | 112.5º | 0.61% | 0.47% | - |
| XYZ | 8.74 | 14.24 | 4.98 | - |
| YUV | 91.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 47 | 0.53 | 0 | 0.61 | 0.53 | 112.5 | 0.43 | 0.33 |
| Hex | 38 | 77 | 2F | 35 | 0 | 3D | 35 | 70 | 2B | 21 |
| Octal | 70 | 167 | 57 | 65 | 0 | 75 | 65 | 160 | 53 | 41 |
| Binary | 111000 | 1110111 | 101111 | 110101 | 0 | 111101 | 110101 | 1110000 | 101011 | 100001 |
Color Harmonies of #38772F
Complementary color
Monochromatic Colors of #38772F
Black with #38772F
Text Example
Text Example
White with #38772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38772F; }
p { color: rgb(56,119,47); }
H1.HeaderClassName
{
color: #38772F;
}
.AnyTagClassName
{
color: #38772F;
}
</style>
background-color css
<style>
a { background-color: #38772F; }
a { background-color: rgb(56,119,47); }
div.DivClassName
{
background-color: #38772F;
}
.BgClassName
{
background-color: #38772F;
}
</style>
border-color css
<style>
span { border-color: #38772F; }
span { border-color: rgb(56,119,47); }
td.TdClassName
{
border-color: #38772F;
}
.TagClassName
{
border-color: #38772F;
}
</style>