#3B7740

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

Shades of Japanese Laurel #3B7740

Tints of Japanese Laurel #3B7740

Color information

#3B7740 (or 0x3B7740) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 77 and 40. RGB value is (59,119,64). Sum of RGB (Red+Green+Blue) = 59+119+64=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7740 is #C488BF. Grayscale: #5E5E5E. Windows color (decimal): -12880064 or 4224827. OLE color: 4224827.

HSL color Cylindrical-coordinate representation of color #3B7740: hue angle of 125º degrees, saturation: 0.34, 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 #3B7740 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB5911964-
CMYK0.5000.460.53
HSL125º33.71%34.9%-
HSV(B)125º50.42%46.67%-
XYZ9.3314.497.16-
YUV94.79110.62102.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=24.38%
G=49.17%
B=26.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119640.5000.460.5312533.7134.9
Hex3B77403202E357d2223
Octal7316710062056651754243
Binary1110111110111100000011001001011101101011111101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,119,64); }

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

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

 a { background-color: rgb(59,119,64); }

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

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

 span { border-color: rgb(59,119,64); }

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