#3D773F

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

Shades of Japanese Laurel #3D773F

Tints of Japanese Laurel #3D773F

Color information

#3D773F (or 0x3D773F) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 77 and 3F. RGB value is (61,119,63). Sum of RGB (Red+Green+Blue) = 61+119+63=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #3D773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D773F is #C288C0. Grayscale: #5F5F5F. Windows color (decimal): -12748993 or 4159293. OLE color: 4159293.

HSL color Cylindrical-coordinate representation of color #3D773F: hue angle of 122.07º 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 #3D773F is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB6111963-
CMYK0.4900.470.53
HSL122.07º32.22%35.29%-
HSV(B)122.07º48.74%46.67%-
XYZ9.4214.547.01-
YUV95.27109.78103.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 63 (25% from 255) = 25.93%
R=25.10%
G=48.97%
B=25.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119630.4900.470.53122.0732.2235.29
Hex3D773F3102F357a2023
Octal751677761057651724043
Binary111101111011111111111000101011111101011111010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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