#3B8136

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

Shades of Japanese Laurel #3B8136

Tints of Japanese Laurel #3B8136

Color information

#3B8136 (or 0x3B8136) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 81 and 36. RGB value is (59,129,54). Sum of RGB (Red+Green+Blue) = 59+129+54=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8136 is #C47EC9. Grayscale: #636363. Windows color (decimal): -12877514 or 3572027. OLE color: 3572027.

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

Color convert

RGB5912954-
CMYK0.5400.580.49
HSL116º40.98%35.88%-
HSV(B)116º58.14%50.59%-
XYZ10.3216.96.21-
YUV99.52102.3199.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 129 (50.78% from 255) = 53.31%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=24.38%
G=53.31%
B=22.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59129540.5400.580.4911640.9835.88
Hex3B81363603A31742924
Octal732016666072611645144
Binary1110111000000111011011011001110101100011110100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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