#3B723F

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

Shades of Japanese Laurel #3B723F

Tints of Japanese Laurel #3B723F

Color information

#3B723F (or 0x3B723F) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 72 and 3F. RGB value is (59,114,63). Sum of RGB (Red+Green+Blue) = 59+114+63=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #3B723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B723F is #C48DC0. Grayscale: #5B5B5B. Windows color (decimal): -12881345 or 4158011. OLE color: 4158011.

HSL color Cylindrical-coordinate representation of color #3B723F: hue angle of 124.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B723F is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB5911463-
CMYK0.4800.450.55
HSL124.36º31.79%33.92%-
HSV(B)124.36º48.25%44.71%-
XYZ8.7213.326.81-
YUV91.74111.78104.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 63 (25% from 255) = 26.69%
R=25%
G=48.31%
B=26.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59114630.4800.450.55124.3631.7933.92
Hex3B723F3002D377c2022
Octal731627760055671744042
Binary111011111001011111111000001011011101111111100100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,114,63); }

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

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

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

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

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

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

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