#3D743F

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

Shades of Japanese Laurel #3D743F

Tints of Japanese Laurel #3D743F

Color information

#3D743F (or 0x3D743F) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 74 and 3F. RGB value is (61,116,63). Sum of RGB (Red+Green+Blue) = 61+116+63=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #3D743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D743F is #C28BC0. Grayscale: #5D5D5D. Windows color (decimal): -12749761 or 4158525. OLE color: 4158525.

HSL color Cylindrical-coordinate representation of color #3D743F: hue angle of 122.18º 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 #3D743F is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB6111663-
CMYK0.4700.460.55
HSL122.18º31.07%34.71%-
HSV(B)122.18º47.41%45.49%-
XYZ9.0713.846.9-
YUV93.51110.78104.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.42%
GREEN value IS 116 (45.70% from 255) = 48.33%
BLUE value IS 63 (25% from 255) = 26.25%
R=25.42%
G=48.33%
B=26.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61116630.4700.460.55122.1831.0734.71
Hex3D743F2F02E377a1f23
Octal751647757056671723743
Binary11110111101001111111011110101110110111111101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,116,63); }

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

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

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

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

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

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

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