Shades of Japanese Laurel #3B833C
Tints of Japanese Laurel #3B833C
RGB
CMYK
RGB Variations
Color information
#3B833C (or 0x3B833C) is known color: Japanese Laurel. HEX triplet: 3B, 83 and 3C. RGB value is (59,131,60). Sum of RGB (Red+Green+Blue) = 59+131+60=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #3B833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B833C is #C47CC3. Grayscale: #656565. Windows color (decimal): -12876996 or 3965755. OLE color: 3965755.
HSL color Cylindrical-coordinate representation of color #3B833C: hue angle of 120.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B833C is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 131 | 60 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.49 |
| HSL | 120.83º | 0.38% | 0.37% | - |
| HSV(B) | 120.83º | 0.55% | 0.51% | - |
| XYZ | 10.74 | 17.49 | 7.08 | - |
| YUV | 101.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 131 | 60 | 0.55 | 0 | 0.54 | 0.49 | 120.83 | 0.38 | 0.37 |
| Hex | 3B | 83 | 3C | 37 | 0 | 36 | 31 | 79 | 26 | 25 |
| Octal | 73 | 203 | 74 | 67 | 0 | 66 | 61 | 171 | 46 | 45 |
| Binary | 111011 | 10000011 | 111100 | 110111 | 0 | 110110 | 110001 | 1111001 | 100110 | 100101 |
Color Harmonies of #3B833C
Complementary color
Monochromatic Colors of #3B833C
Black with #3B833C
Text Example
Text Example
White with #3B833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B833C; }
p { color: rgb(59,131,60); }
H1.HeaderClassName
{
color: #3B833C;
}
.AnyTagClassName
{
color: #3B833C;
}
</style>
background-color css
<style>
a { background-color: #3B833C; }
a { background-color: rgb(59,131,60); }
div.DivClassName
{
background-color: #3B833C;
}
.BgClassName
{
background-color: #3B833C;
}
</style>
border-color css
<style>
span { border-color: #3B833C; }
span { border-color: rgb(59,131,60); }
td.TdClassName
{
border-color: #3B833C;
}
.TagClassName
{
border-color: #3B833C;
}
</style>