#3D723D

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

Shades of Japanese Laurel #3D723D

Tints of Japanese Laurel #3D723D

Color information

#3D723D (or 0x3D723D) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 72 and 3D. RGB value is (61,114,61). Sum of RGB (Red+Green+Blue) = 61+114+61=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #3D723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D723D is #C28DC2. Grayscale: #5C5C5C. Windows color (decimal): -12750275 or 4026941. OLE color: 4026941.

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

Color convert

RGB6111461-
CMYK0.4600.460.55
HSL120º30.29%34.31%-
HSV(B)120º46.49%44.71%-
XYZ8.7813.366.53-
YUV92.11110.44105.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.85%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=25.85%
G=48.31%
B=25.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61114610.4600.460.5512030.2934.31
Hex3D723D2E02E37781e22
Octal751627556056671703642
Binary11110111100101111011011100101110110111111100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,114,61); }

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

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

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

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

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

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

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