#3B7635

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

Shades of Japanese Laurel #3B7635

Tints of Japanese Laurel #3B7635

Color information

#3B7635 (or 0x3B7635) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 76 and 35. RGB value is (59,118,53). Sum of RGB (Red+Green+Blue) = 59+118+53=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7635 is #C489CA. Grayscale: #5D5D5D. Windows color (decimal): -12880331 or 3503675. OLE color: 3503675.

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

Color convert

RGB5911853-
CMYK0.5000.550.54
HSL114.46º38.01%33.53%-
HSV(B)114.46º55.08%46.27%-
XYZ8.9214.145.63-
YUV92.95105.45103.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=25.65%
G=51.30%
B=23.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118530.5000.550.54114.4638.0133.53
Hex3B76353203736722622
Octal731666562067661624642
Binary111011111011011010111001001101111101101110010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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