#3D763C

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

Shades of Japanese Laurel #3D763C

Tints of Japanese Laurel #3D763C

Color information

#3D763C (or 0x3D763C) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 76 and 3C. RGB value is (61,118,60). Sum of RGB (Red+Green+Blue) = 61+118+60=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #3D763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D763C is #C289C3. Grayscale: #5E5E5E. Windows color (decimal): -12749252 or 3962429. OLE color: 3962429.

HSL color Cylindrical-coordinate representation of color #3D763C: hue angle of 118.97º degrees, saturation: 0.33, 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 #3D763C is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB6111860-
CMYK0.4800.490.54
HSL118.97º32.58%34.9%-
HSV(B)118.97º49.15%46.27%-
XYZ9.2214.286.54-
YUV94.34108.62104.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.52%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=25.52%
G=49.37%
B=25.10%

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
Decimal61118600.4800.490.54118.9732.5834.9
Hex3D763C3003136772123
Octal751667460061661674143
Binary111101111011011110011000001100011101101110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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