#3B7634

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

Shades of Japanese Laurel #3B7634

Tints of Japanese Laurel #3B7634

Color information

#3B7634 (or 0x3B7634) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 76 and 34. RGB value is (59,118,52). Sum of RGB (Red+Green+Blue) = 59+118+52=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7634 is #C489CB. Grayscale: #5D5D5D. Windows color (decimal): -12880332 or 3438139. OLE color: 3438139.

HSL color Cylindrical-coordinate representation of color #3B7634: hue angle of 113.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B7634 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB5911852-
CMYK0.5000.560.54
HSL113.64º38.82%33.33%-
HSV(B)113.64º55.93%46.27%-
XYZ8.914.135.51-
YUV92.83104.95103.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.76%
GREEN value IS 118 (46.48% from 255) = 51.53%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=25.76%
G=51.53%
B=22.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118520.5000.560.54113.6438.8233.33
Hex3B76343203836722721
Octal731666462070661624741
Binary111011111011011010011001001110001101101110010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,52); }

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

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

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

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

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

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

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