#3C853A

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

Shades of Japanese Laurel #3C853A

Tints of Japanese Laurel #3C853A

Color information

#3C853A (or 0x3C853A) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 85 and 3A. RGB value is (60,133,58). Sum of RGB (Red+Green+Blue) = 60+133+58=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #3C853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C853A is #C37AC5. Grayscale: #666666. Windows color (decimal): -12810950 or 3835196. OLE color: 3835196.

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

Color convert

RGB6013358-
CMYK0.5500.560.48
HSL118.4º39.27%37.45%-
HSV(B)118.4º56.39%52.16%-
XYZ11.0118.046.9-
YUV102.62102.8297.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.90%
GREEN value IS 133 (52.34% from 255) = 52.99%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=23.90%
G=52.99%
B=23.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60133580.5500.560.48118.439.2737.45
Hex3C853A3703830762725
Octal742057267070601664745
Binary1111001000010111101011011101110001100001110110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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