#3D7140

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

Shades of Japanese Laurel #3D7140

Tints of Japanese Laurel #3D7140

Color information

#3D7140 (or 0x3D7140) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 71 and 40. RGB value is (61,113,64). Sum of RGB (Red+Green+Blue) = 61+113+64=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7140 is #C28EBF. Grayscale: #5C5C5C. Windows color (decimal): -12750528 or 4223293. OLE color: 4223293.

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

Color convert

RGB6111364-
CMYK0.4600.430.56
HSL123.46º29.89%34.12%-
HSV(B)123.46º46.02%44.31%-
XYZ8.7613.176.93-
YUV91.87112.27105.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 113 (44.53% from 255) = 47.48%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=25.63%
G=47.48%
B=26.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113640.4600.430.56123.4629.8934.12
Hex3D71402E02B387b1e22
Octal7516110056053701733642
Binary111101111000110000001011100101011111000111101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,64); }

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

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

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

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

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

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

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