Shades of Japanese Laurel #33852D
Tints of Japanese Laurel #33852D
RGB
CMYK
RGB Variations
Color information
#33852D (or 0x33852D) is known color: Japanese Laurel. HEX triplet: 33, 85 and 2D. RGB value is (51,133,45). Sum of RGB (Red+Green+Blue) = 51+133+45=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #33852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33852D is #CC7AD2. Grayscale: #626262. Windows color (decimal): -13400787 or 2983219. OLE color: 2983219.
HSL color Cylindrical-coordinate representation of color #33852D: hue angle of 115.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33852D is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 45 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.48 |
| HSL | 115.91º | 0.49% | 0.35% | - |
| HSV(B) | 115.91º | 0.66% | 0.52% | - |
| XYZ | 10.23 | 17.67 | 5.35 | - |
| YUV | 98.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 45 | 0.62 | 0 | 0.66 | 0.48 | 115.91 | 0.49 | 0.35 |
| Hex | 33 | 85 | 2D | 3E | 0 | 42 | 30 | 74 | 31 | 23 |
| Octal | 63 | 205 | 55 | 76 | 0 | 102 | 60 | 164 | 61 | 43 |
| Binary | 110011 | 10000101 | 101101 | 111110 | 0 | 1000010 | 110000 | 1110100 | 110001 | 100011 |
Color Harmonies of #33852D
Complementary color
Monochromatic Colors of #33852D
Black with #33852D
Text Example
Text Example
White with #33852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33852D; }
p { color: rgb(51,133,45); }
H1.HeaderClassName
{
color: #33852D;
}
.AnyTagClassName
{
color: #33852D;
}
</style>
background-color css
<style>
a { background-color: #33852D; }
a { background-color: rgb(51,133,45); }
div.DivClassName
{
background-color: #33852D;
}
.BgClassName
{
background-color: #33852D;
}
</style>
border-color css
<style>
span { border-color: #33852D; }
span { border-color: rgb(51,133,45); }
td.TdClassName
{
border-color: #33852D;
}
.TagClassName
{
border-color: #33852D;
}
</style>