#3A8041

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

Shades of Japanese Laurel #3A8041

Tints of Japanese Laurel #3A8041

Color information

#3A8041 (or 0x3A8041) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 80 and 41. RGB value is (58,128,65). Sum of RGB (Red+Green+Blue) = 58+128+65=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8041 is #C57FBE. Grayscale: #646464. Windows color (decimal): -12943295 or 4292666. OLE color: 4292666.

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

Color convert

RGB5812865-
CMYK0.5500.490.50
HSL126º37.63%36.47%-
HSV(B)126º54.69%50.2%-
XYZ10.4216.727.68-
YUV99.89108.3198.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.11%
GREEN value IS 128 (50.39% from 255) = 51.00%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=23.11%
G=51.00%
B=25.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58128650.5500.490.5012637.6336.47
Hex3A804137031327e2624
Octal7220010167061621764644
Binary11101010000000100000111011101100011100101111110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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