#3B6E3C

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

Shades of Japanese Laurel #3B6E3C

Tints of Japanese Laurel #3B6E3C

Color information

#3B6E3C (or 0x3B6E3C) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 6E and 3C. RGB value is (59,110,60). Sum of RGB (Red+Green+Blue) = 59+110+60=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6E3C is #C491C3. Grayscale: #595959. Windows color (decimal): -12882372 or 3960379. OLE color: 3960379.

HSL color Cylindrical-coordinate representation of color #3B6E3C: hue angle of 121.18º 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 #3B6E3C is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB5911060-
CMYK0.4600.450.57
HSL121.18º30.18%33.14%-
HSV(B)121.18º46.36%43.14%-
XYZ8.212.416.24-
YUV89.05111.6106.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.76%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=25.76%
G=48.03%
B=26.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59110600.4600.450.57121.1830.1833.14
Hex3B6E3C2E02D39791e21
Octal731567456055711713641
Binary11101111011101111001011100101101111001111100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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