#3E8339

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

Shades of Japanese Laurel #3E8339

Tints of Japanese Laurel #3E8339

Color information

#3E8339 (or 0x3E8339) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 83 and 39. RGB value is (62,131,57). Sum of RGB (Red+Green+Blue) = 62+131+57=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E8339 is #C17CC6. Grayscale: #666666. Windows color (decimal): -12680391 or 3769150. OLE color: 3769150.

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

Color convert

RGB6213157-
CMYK0.5300.560.49
HSL115.95º39.36%36.86%-
HSV(B)115.95º56.49%51.37%-
XYZ10.8417.556.69-
YUV101.93102.6499.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.8%
GREEN value IS 131 (51.56% from 255) = 52.4%
BLUE value IS 57 (22.66% from 255) = 22.8%
R=24.8%
G=52.4%
B=22.8%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62131570.5300.560.49115.9539.3636.86
Hex3E83393503831742725
Octal762037165070611644745
Binary1111101000001111100111010101110001100011110100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,131,57); }

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

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

 a { background-color: rgb(62,131,57); }

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

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

 span { border-color: rgb(62,131,57); }

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