#3C7039

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

Shades of Japanese Laurel #3C7039

Tints of Japanese Laurel #3C7039

Color information

#3C7039 (or 0x3C7039) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 70 and 39. RGB value is (60,112,57). Sum of RGB (Red+Green+Blue) = 60+112+57=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7039 is #C38FC6. Grayscale: #5A5A5A. Windows color (decimal): -12816327 or 3764284. OLE color: 3764284.

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

Color convert

RGB6011257-
CMYK0.4600.490.56
HSL116.73º32.54%33.14%-
HSV(B)116.73º49.11%43.92%-
XYZ8.412.845.91-
YUV90.18109.27106.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.20%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=26.20%
G=48.91%
B=24.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112570.4600.490.56116.7332.5433.14
Hex3C70392E03138752121
Octal741607156061701654141
Binary111100111000011100110111001100011110001110101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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