#3C7636

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

Shades of Japanese Laurel #3C7636

Tints of Japanese Laurel #3C7636

Color information

#3C7636 (or 0x3C7636) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 76 and 36. RGB value is (60,118,54). Sum of RGB (Red+Green+Blue) = 60+118+54=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7636 is #C389C9. Grayscale: #5D5D5D. Windows color (decimal): -12814794 or 3569212. OLE color: 3569212.

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

Color convert

RGB6011854-
CMYK0.4900.540.54
HSL114.38º37.21%33.73%-
HSV(B)114.38º54.24%46.27%-
XYZ9.0114.185.75-
YUV93.36105.78104.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.86%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=25.86%
G=50.86%
B=23.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60118540.4900.540.54114.3837.2133.73
Hex3C76363103636722522
Octal741666661066661624542
Binary111100111011011011011000101101101101101110010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,118,54); }

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

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

 a { background-color: rgb(60,118,54); }

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

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

 span { border-color: rgb(60,118,54); }

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