#3B6B3B

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

Shades of Japanese Laurel #3B6B3B

Tints of Japanese Laurel #3B6B3B

Color information

#3B6B3B (or 0x3B6B3B) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 6B and 3B. RGB value is (59,107,59). Sum of RGB (Red+Green+Blue) = 59+107+59=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6B3B is #C494C4. Grayscale: #575757. Windows color (decimal): -12883141 or 3894075. OLE color: 3894075.

HSL color Cylindrical-coordinate representation of color #3B6B3B: hue angle of 120º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B6B3B is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB5910759-
CMYK0.4500.450.58
HSL120º28.92%32.55%-
HSV(B)120º44.86%41.96%-
XYZ7.8511.765.99-
YUV87.18112.1107.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 107 (42.19% from 255) = 47.56%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=26.22%
G=47.56%
B=26.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59107590.4500.450.5812028.9232.55
Hex3B6B3B2D02D3A781d21
Octal731537355055721703541
Binary11101111010111110111011010101101111010111100011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,107,59); }

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

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

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

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

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

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

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