#3D733D

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

Shades of Japanese Laurel #3D733D

Tints of Japanese Laurel #3D733D

Color information

#3D733D (or 0x3D733D) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 73 and 3D. RGB value is (61,115,61). Sum of RGB (Red+Green+Blue) = 61+115+61=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #3D733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D733D is #C28CC2. Grayscale: #5C5C5C. Windows color (decimal): -12750019 or 4027197. OLE color: 4027197.

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

Color convert

RGB6111561-
CMYK0.4700.470.55
HSL120º30.68%34.51%-
HSV(B)120º46.96%45.1%-
XYZ8.913.596.57-
YUV92.7110.11105.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.74%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=25.74%
G=48.52%
B=25.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115610.4700.470.5512030.6834.51
Hex3D733D2F02F37781f23
Octal751637557057671703743
Binary11110111100111111011011110101111110111111100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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