#3C863D

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

Shades of Japanese Laurel #3C863D

Tints of Japanese Laurel #3C863D

Color information

#3C863D (or 0x3C863D) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 86 and 3D. RGB value is (60,134,61). Sum of RGB (Red+Green+Blue) = 60+134+61=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #3C863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C863D is #C379C2. Grayscale: #676767. Windows color (decimal): -12810691 or 4032060. OLE color: 4032060.

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

Color convert

RGB6013461-
CMYK0.5500.540.47
HSL120.81º38.14%38.04%-
HSV(B)120.81º55.22%52.55%-
XYZ11.2318.357.36-
YUV103.55103.9896.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=23.53%
G=52.55%
B=23.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60134610.5500.540.47120.8138.1438.04
Hex3C863D370362F792626
Octal742067567066571714646
Binary1111001000011011110111011101101101011111111001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,134,61); }

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

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

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

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

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

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

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