#3B6E3E

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

Shades of Japanese Laurel #3B6E3E

Tints of Japanese Laurel #3B6E3E

Color information

#3B6E3E (or 0x3B6E3E) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 6E and 3E. RGB value is (59,110,62). Sum of RGB (Red+Green+Blue) = 59+110+62=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6E3E is #C491C1. Grayscale: #595959. Windows color (decimal): -12882370 or 4091451. OLE color: 4091451.

HSL color Cylindrical-coordinate representation of color #3B6E3E: hue angle of 123.53º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B6E3E is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB5911062-
CMYK0.4600.440.57
HSL123.53º30.18%33.14%-
HSV(B)123.53º46.36%43.14%-
XYZ8.2512.436.52-
YUV89.28112.6106.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.54%
GREEN value IS 110 (43.36% from 255) = 47.62%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=25.54%
G=47.62%
B=26.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59110620.4600.440.57123.5330.1833.14
Hex3B6E3E2E02C397c1e21
Octal731567656054711743641
Binary11101111011101111101011100101100111001111110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,110,62); }

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

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

 a { background-color: rgb(59,110,62); }

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

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

 span { border-color: rgb(59,110,62); }

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