#3D773C

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

Shades of Japanese Laurel #3D773C

Tints of Japanese Laurel #3D773C

Color information

#3D773C (or 0x3D773C) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 77 and 3C. RGB value is (61,119,60). Sum of RGB (Red+Green+Blue) = 61+119+60=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #3D773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D773C is #C288C3. Grayscale: #5F5F5F. Windows color (decimal): -12748996 or 3962685. OLE color: 3962685.

HSL color Cylindrical-coordinate representation of color #3D773C: hue angle of 118.98º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D773C is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB6111960-
CMYK0.4900.500.53
HSL118.98º32.96%35.1%-
HSV(B)118.98º49.58%46.67%-
XYZ9.3414.516.58-
YUV94.93108.28103.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.42%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 60 (23.83% from 255) = 25%
R=25.42%
G=49.58%
B=25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119600.4900.500.53118.9832.9635.1
Hex3D773C3103235772123
Octal751677461062651674143
Binary111101111011111110011000101100101101011110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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