#33712C

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

Shades of Japanese Laurel #33712C

Tints of Japanese Laurel #33712C

Color information

#33712C (or 0x33712C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 71 and 2C. RGB value is (51,113,44). Sum of RGB (Red+Green+Blue) = 51+113+44=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #33712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33712C is #CC8ED3. Grayscale: #565656. Windows color (decimal): -13405908 or 2912563. OLE color: 2912563.

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

Color convert

RGB5111344-
CMYK0.5500.610.56
HSL113.91º43.95%30.78%-
HSV(B)113.91º61.06%44.31%-
XYZ7.7212.74.43-
YUV86.6103.96102.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 113 (44.53% from 255) = 54.33%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=24.52%
G=54.33%
B=21.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113440.5500.610.56113.9143.9530.78
Hex33712C3703D38722c1f
Octal631615467075701625437
Binary11001111100011011001101110111101111000111001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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