#3D7735

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

Shades of Japanese Laurel #3D7735

Tints of Japanese Laurel #3D7735

Color information

#3D7735 (or 0x3D7735) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 77 and 35. RGB value is (61,119,53). Sum of RGB (Red+Green+Blue) = 61+119+53=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7735 is #C288CA. Grayscale: #5E5E5E. Windows color (decimal): -12749003 or 3503933. OLE color: 3503933.

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

Color convert

RGB6111953-
CMYK0.4900.550.53
HSL112.73º38.37%33.73%-
HSV(B)112.73º55.46%46.67%-
XYZ9.1614.445.67-
YUV94.13104.78104.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=26.18%
G=51.07%
B=22.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119530.4900.550.53112.7338.3733.73
Hex3D77353103735712622
Octal751676561067651614642
Binary111101111011111010111000101101111101011110001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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