#3A7F41

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

Shades of Japanese Laurel #3A7F41

Tints of Japanese Laurel #3A7F41

Color information

#3A7F41 (or 0x3A7F41) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7F and 41. RGB value is (58,127,65). Sum of RGB (Red+Green+Blue) = 58+127+65=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7F41 is #C580BE. Grayscale: #636363. Windows color (decimal): -12943551 or 4292410. OLE color: 4292410.

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

Color convert

RGB5812765-
CMYK0.5400.490.50
HSL126.09º37.3%36.27%-
HSV(B)126.09º54.33%49.8%-
XYZ10.2916.467.64-
YUV99.3108.6498.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 127 (50% from 255) = 50.8%
BLUE value IS 65 (25.78% from 255) = 26%
R=23.2%
G=50.8%
B=26%

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
Decimal58127650.5400.490.50126.0937.336.27
Hex3A7F4136031327e2524
Octal7217710166061621764544
Binary1110101111111100000111011001100011100101111110100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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