#3D7539

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

Shades of Japanese Laurel #3D7539

Tints of Japanese Laurel #3D7539

Color information

#3D7539 (or 0x3D7539) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 75 and 39. RGB value is (61,117,57). Sum of RGB (Red+Green+Blue) = 61+117+57=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7539 is #C28AC6. Grayscale: #5D5D5D. Windows color (decimal): -12749511 or 3765565. OLE color: 3765565.

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

Color convert

RGB6111757-
CMYK0.4800.510.54
HSL116º34.48%34.12%-
HSV(B)116º51.28%45.88%-
XYZ9.0214.016.1-
YUV93.42107.45104.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=25.96%
G=49.79%
B=24.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117570.4800.510.5411634.4834.12
Hex3D75393003336742222
Octal751657160063661644242
Binary111101111010111100111000001100111101101110100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,117,57); }

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

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

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

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

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

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

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