#3D773E

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

Shades of Japanese Laurel #3D773E

Tints of Japanese Laurel #3D773E

Color information

#3D773E (or 0x3D773E) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 77 and 3E. RGB value is (61,119,62). Sum of RGB (Red+Green+Blue) = 61+119+62=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #3D773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D773E is #C288C1. Grayscale: #5F5F5F. Windows color (decimal): -12748994 or 4093757. OLE color: 4093757.

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

Color convert

RGB6111962-
CMYK0.4900.480.53
HSL121.03º32.22%35.29%-
HSV(B)121.03º48.74%46.67%-
XYZ9.3914.536.87-
YUV95.16109.28103.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=25.21%
G=49.17%
B=25.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119620.4900.480.53121.0332.2235.29
Hex3D773E3103035792023
Octal751677661060651714043
Binary111101111011111111011000101100001101011111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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