#3B7F41

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

Shades of Japanese Laurel #3B7F41

Tints of Japanese Laurel #3B7F41

Color information

#3B7F41 (or 0x3B7F41) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 7F and 41. RGB value is (59,127,65). Sum of RGB (Red+Green+Blue) = 59+127+65=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7F41 is #C480BE. Grayscale: #636363. Windows color (decimal): -12878015 or 4292411. OLE color: 4292411.

HSL color Cylindrical-coordinate representation of color #3B7F41: hue angle of 125.29º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7F41 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB5912765-
CMYK0.5400.490.50
HSL125.29º36.56%36.47%-
HSV(B)125.29º53.54%49.8%-
XYZ10.3516.497.64-
YUV99.6108.4799.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.51%
GREEN value IS 127 (50% from 255) = 50.60%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=23.51%
G=50.60%
B=25.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59127650.5400.490.50125.2936.5636.47
Hex3B7F4136031327d2524
Octal7317710166061621754544
Binary1110111111111100000111011001100011100101111101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,127,65); }

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

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

 a { background-color: rgb(59,127,65); }

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

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

 span { border-color: rgb(59,127,65); }

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