Shades of Japanese Laurel #33823C
Tints of Japanese Laurel #33823C
RGB
CMYK
RGB Variations
Color information
#33823C (or 0x33823C) is known color: Japanese Laurel. HEX triplet: 33, 82 and 3C. RGB value is (51,130,60). Sum of RGB (Red+Green+Blue) = 51+130+60=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #33823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33823C is #CC7DC3. Grayscale: #626262. Windows color (decimal): -13401540 or 3965491. OLE color: 3965491.
HSL color Cylindrical-coordinate representation of color #33823C: hue angle of 126.84º 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 #33823C is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 60 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.49 |
| HSL | 126.84º | 0.44% | 0.35% | - |
| HSV(B) | 126.84º | 0.61% | 0.51% | - |
| XYZ | 10.16 | 17 | 7.02 | - |
| YUV | 98.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 60 | 0.61 | 0 | 0.54 | 0.49 | 126.84 | 0.44 | 0.35 |
| Hex | 33 | 82 | 3C | 3D | 0 | 36 | 31 | 7F | 2C | 23 |
| Octal | 63 | 202 | 74 | 75 | 0 | 66 | 61 | 177 | 54 | 43 |
| Binary | 110011 | 10000010 | 111100 | 111101 | 0 | 110110 | 110001 | 1111111 | 101100 | 100011 |
Color Harmonies of #33823C
Complementary color
Monochromatic Colors of #33823C
Black with #33823C
Text Example
Text Example
White with #33823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33823C; }
p { color: rgb(51,130,60); }
H1.HeaderClassName
{
color: #33823C;
}
.AnyTagClassName
{
color: #33823C;
}
</style>
background-color css
<style>
a { background-color: #33823C; }
a { background-color: rgb(51,130,60); }
div.DivClassName
{
background-color: #33823C;
}
.BgClassName
{
background-color: #33823C;
}
</style>
border-color css
<style>
span { border-color: #33823C; }
span { border-color: rgb(51,130,60); }
td.TdClassName
{
border-color: #33823C;
}
.TagClassName
{
border-color: #33823C;
}
</style>