#3D703C

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

Shades of Japanese Laurel #3D703C

Tints of Japanese Laurel #3D703C

Color information

#3D703C (or 0x3D703C) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 70 and 3C. RGB value is (61,112,60). Sum of RGB (Red+Green+Blue) = 61+112+60=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #3D703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D703C is #C28FC3. Grayscale: #5A5A5A. Windows color (decimal): -12750788 or 3960893. OLE color: 3960893.

HSL color Cylindrical-coordinate representation of color #3D703C: hue angle of 118.85º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D703C is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB6111260-
CMYK0.4600.460.56
HSL118.85º30.23%33.73%-
HSV(B)118.85º46.43%43.92%-
XYZ8.5312.916.32-
YUV90.82110.6106.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=26.18%
G=48.07%
B=25.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61112600.4600.460.56118.8530.2333.73
Hex3D703C2E02E38771e22
Octal751607456056701673642
Binary11110111100001111001011100101110111000111011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D703C; }

 p { color: rgb(61,112,60); }

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

<style>
 a { background-color: #3D703C; }

 a { background-color: rgb(61,112,60); }

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

<style>
 span { border-color: #3D703C; }

 span { border-color: rgb(61,112,60); }

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