#33712B

Color #33712B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #33712B

Tints of Japanese Laurel #33712B

Color information

#33712B (or 0x33712B) is unknown color: approx Japanese Laurel. HEX triplet: 33, 71 and 2B. RGB value is (51,113,43). Sum of RGB (Red+Green+Blue) = 51+113+43=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #33712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33712B is #CC8ED4. Grayscale: #565656. Windows color (decimal): -13405909 or 2847027. OLE color: 2847027.

HSL color Cylindrical-coordinate representation of color #33712B: hue angle of 113.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33712B is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB5111343-
CMYK0.5500.620.56
HSL113.14º44.87%30.59%-
HSV(B)113.14º61.95%44.31%-
XYZ7.7112.694.33-
YUV86.48103.46102.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 113 (44.53% from 255) = 54.59%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=24.64%
G=54.59%
B=20.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113430.5500.620.56113.1444.8730.59
Hex33712B3703E38712d1f
Octal631615367076701615537
Binary11001111100011010111101110111110111000111000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33712B; }

 p { color: rgb(51,113,43); }

 H1.HeaderClassName
 {
   color: #33712B;
 }
 .AnyTagClassName
 {
   color: #33712B;
 }
</style>
background-color css

<style>
 a { background-color: #33712B; }

 a { background-color: rgb(51,113,43); }

 div.DivClassName
 {
   background-color: #33712B;
 }
 .BgClassName
 {
   background-color: #33712B;
 }
</style>
border-color css

<style>
 span { border-color: #33712B; }

 span { border-color: rgb(51,113,43); }

 td.TdClassName
 {
   border-color: #33712B;
 }
 .TagClassName
 {
   border-color: #33712B;
 }
</style>