#3B753C

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

Shades of Japanese Laurel #3B753C

Tints of Japanese Laurel #3B753C

Color information

#3B753C (or 0x3B753C) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 75 and 3C. RGB value is (59,117,60). Sum of RGB (Red+Green+Blue) = 59+117+60=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #3B753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B753C is #C48AC3. Grayscale: #5D5D5D. Windows color (decimal): -12880580 or 3962171. OLE color: 3962171.

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

Color convert

RGB5911760-
CMYK0.5000.490.54
HSL121.03º32.95%34.51%-
HSV(B)121.03º49.57%45.88%-
XYZ8.9813.986.5-
YUV93.16109.28103.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=25%
G=49.58%
B=25.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59117600.5000.490.54121.0332.9534.51
Hex3B753C3203136792123
Octal731657462061661714143
Binary111011111010111110011001001100011101101111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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