#3D753C

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

Shades of Japanese Laurel #3D753C

Tints of Japanese Laurel #3D753C

Color information

#3D753C (or 0x3D753C) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 75 and 3C. RGB value is (61,117,60). Sum of RGB (Red+Green+Blue) = 61+117+60=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #3D753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D753C is #C28AC3. Grayscale: #5D5D5D. Windows color (decimal): -12749508 or 3962173. OLE color: 3962173.

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

Color convert

RGB6111760-
CMYK0.4800.490.54
HSL118.95º32.2%34.71%-
HSV(B)118.95º48.72%45.88%-
XYZ9.114.046.51-
YUV93.76108.95104.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=25.63%
G=49.16%
B=25.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117600.4800.490.54118.9532.234.71
Hex3D753C3003136772023
Octal751657460061661674043
Binary111101111010111110011000001100011101101110111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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