#3C853C

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

Shades of Japanese Laurel #3C853C

Tints of Japanese Laurel #3C853C

Color information

#3C853C (or 0x3C853C) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 85 and 3C. RGB value is (60,133,60). Sum of RGB (Red+Green+Blue) = 60+133+60=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #3C853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C853C is #C37AC3. Grayscale: #676767. Windows color (decimal): -12810948 or 3966268. OLE color: 3966268.

HSL color Cylindrical-coordinate representation of color #3C853C: 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 #3C853C is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB6013360-
CMYK0.5500.550.48
HSL120º37.82%37.84%-
HSV(B)120º54.89%52.16%-
XYZ11.0718.067.18-
YUV102.85103.8297.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.72%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=23.72%
G=52.57%
B=23.72%

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
Decimal60133600.5500.550.4812037.8237.84
Hex3C853C3703730782626
Octal742057467067601704646
Binary1111001000010111110011011101101111100001111000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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