#3C6C3B

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

Shades of Japanese Laurel #3C6C3B

Tints of Japanese Laurel #3C6C3B

Color information

#3C6C3B (or 0x3C6C3B) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 6C and 3B. RGB value is (60,108,59). Sum of RGB (Red+Green+Blue) = 60+108+59=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #3C6C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6C3B is #C393C4. Grayscale: #585858. Windows color (decimal): -12817349 or 3894332. OLE color: 3894332.

HSL color Cylindrical-coordinate representation of color #3C6C3B: hue angle of 118.78º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6C3B is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB6010859-
CMYK0.4400.450.58
HSL118.78º29.34%32.75%-
HSV(B)118.78º45.37%42.35%-
XYZ8.02126.03-
YUV88.06111.6107.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 108 (42.58% from 255) = 47.58%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=26.43%
G=47.58%
B=25.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60108590.4400.450.58118.7829.3432.75
Hex3C6C3B2C02D3A771d21
Octal741547354055721673541
Binary11110011011001110111011000101101111010111011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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