#3C843C

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

Shades of Japanese Laurel #3C843C

Tints of Japanese Laurel #3C843C

Color information

#3C843C (or 0x3C843C) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 84 and 3C. RGB value is (60,132,60). Sum of RGB (Red+Green+Blue) = 60+132+60=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #3C843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C843C is #C37BC3. Grayscale: #666666. Windows color (decimal): -12811204 or 3966012. OLE color: 3966012.

HSL color Cylindrical-coordinate representation of color #3C843C: hue angle of 120º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C843C is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB6013260-
CMYK0.5500.550.48
HSL120º37.5%37.65%-
HSV(B)120º54.55%51.76%-
XYZ10.9317.797.13-
YUV102.26104.1597.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=23.81%
G=52.38%
B=23.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60132600.5500.550.4812037.537.65
Hex3C843C3703730782626
Octal742047467067601704646
Binary1111001000010011110011011101101111100001111000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,132,60); }

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

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

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

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

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

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

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