#3C7040

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

Shades of Japanese Laurel #3C7040

Tints of Japanese Laurel #3C7040

Color information

#3C7040 (or 0x3C7040) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 70 and 40. RGB value is (60,112,64). Sum of RGB (Red+Green+Blue) = 60+112+64=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7040 is #C38FBF. Grayscale: #5B5B5B. Windows color (decimal): -12816320 or 4223036. OLE color: 4223036.

HSL color Cylindrical-coordinate representation of color #3C7040: hue angle of 124.62º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C7040 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB6011264-
CMYK0.4600.430.56
HSL124.62º30.23%33.73%-
HSV(B)124.62º46.43%43.92%-
XYZ8.5812.926.89-
YUV90.98112.77105.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.42%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=25.42%
G=47.46%
B=27.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112640.4600.430.56124.6230.2333.73
Hex3C70402E02B387d1e22
Octal7416010056053701753642
Binary111100111000010000001011100101011111000111110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,64); }

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

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

 a { background-color: rgb(60,112,64); }

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

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

 span { border-color: rgb(60,112,64); }

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