Shades of Japanese Laurel #33823B
Tints of Japanese Laurel #33823B
RGB
CMYK
RGB Variations
Color information
#33823B (or 0x33823B) is known color: Japanese Laurel. HEX triplet: 33, 82 and 3B. RGB value is (51,130,59). Sum of RGB (Red+Green+Blue) = 51+130+59=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #33823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33823B is #CC7DC4. Grayscale: #626262. Windows color (decimal): -13401541 or 3899955. OLE color: 3899955.
HSL color Cylindrical-coordinate representation of color #33823B: hue angle of 126.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33823B is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 59 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.49 |
| HSL | 126.08º | 0.44% | 0.35% | - |
| HSV(B) | 126.08º | 0.61% | 0.51% | - |
| XYZ | 10.14 | 16.98 | 6.88 | - |
| YUV | 98.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 59 | 0.61 | 0 | 0.55 | 0.49 | 126.08 | 0.44 | 0.35 |
| Hex | 33 | 82 | 3B | 3D | 0 | 37 | 31 | 7E | 2C | 23 |
| Octal | 63 | 202 | 73 | 75 | 0 | 67 | 61 | 176 | 54 | 43 |
| Binary | 110011 | 10000010 | 111011 | 111101 | 0 | 110111 | 110001 | 1111110 | 101100 | 100011 |
Color Harmonies of #33823B
Complementary color
Monochromatic Colors of #33823B
Black with #33823B
Text Example
Text Example
White with #33823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33823B; }
p { color: rgb(51,130,59); }
H1.HeaderClassName
{
color: #33823B;
}
.AnyTagClassName
{
color: #33823B;
}
</style>
background-color css
<style>
a { background-color: #33823B; }
a { background-color: rgb(51,130,59); }
div.DivClassName
{
background-color: #33823B;
}
.BgClassName
{
background-color: #33823B;
}
</style>
border-color css
<style>
span { border-color: #33823B; }
span { border-color: rgb(51,130,59); }
td.TdClassName
{
border-color: #33823B;
}
.TagClassName
{
border-color: #33823B;
}
</style>