#3B8138

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

Shades of Japanese Laurel #3B8138

Tints of Japanese Laurel #3B8138

Color information

#3B8138 (or 0x3B8138) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 81 and 38. RGB value is (59,129,56). Sum of RGB (Red+Green+Blue) = 59+129+56=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8138 is #C47EC7. Grayscale: #636363. Windows color (decimal): -12877512 or 3703099. OLE color: 3703099.

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

Color convert

RGB5912956-
CMYK0.5400.570.49
HSL117.53º39.46%36.27%-
HSV(B)117.53º56.59%50.59%-
XYZ10.3716.926.46-
YUV99.75103.3198.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.18%
GREEN value IS 129 (50.78% from 255) = 52.87%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=24.18%
G=52.87%
B=22.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59129560.5400.570.49117.5339.4636.27
Hex3B81383603931762724
Octal732017066071611664744
Binary1110111000000111100011011001110011100011110110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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