#3C853F

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

Shades of Japanese Laurel #3C853F

Tints of Japanese Laurel #3C853F

Color information

#3C853F (or 0x3C853F) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 85 and 3F. RGB value is (60,133,63). Sum of RGB (Red+Green+Blue) = 60+133+63=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #3C853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C853F is #C37AC0. Grayscale: #676767. Windows color (decimal): -12810945 or 4162876. OLE color: 4162876.

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

Color convert

RGB6013363-
CMYK0.5500.530.48
HSL122.47º37.82%37.84%-
HSV(B)122.47º54.89%52.16%-
XYZ11.1518.097.61-
YUV103.19105.3297.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.44%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 63 (25% from 255) = 24.61%
R=23.44%
G=51.95%
B=24.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60133630.5500.530.48122.4737.8237.84
Hex3C853F37035307a2626
Octal742057767065601724646
Binary1111001000010111111111011101101011100001111010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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