#3A8136

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

Shades of Japanese Laurel #3A8136

Tints of Japanese Laurel #3A8136

Color information

#3A8136 (or 0x3A8136) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 81 and 36. RGB value is (58,129,54). Sum of RGB (Red+Green+Blue) = 58+129+54=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #3A8136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8136 is #C57EC9. Grayscale: #636363. Windows color (decimal): -12943050 or 3572026. OLE color: 3572026.

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

Color convert

RGB5812954-
CMYK0.5500.580.49
HSL116.8º40.98%35.88%-
HSV(B)116.8º58.14%50.59%-
XYZ10.2616.876.2-
YUV99.22102.4898.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 129 (50.78% from 255) = 53.53%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=24.07%
G=53.53%
B=22.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58129540.5500.580.49116.840.9835.88
Hex3A81363703A31752924
Octal722016667072611655144
Binary1110101000000111011011011101110101100011110101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,129,54); }

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

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

 a { background-color: rgb(58,129,54); }

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

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

 span { border-color: rgb(58,129,54); }

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