#3C873C

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

Shades of Japanese Laurel #3C873C

Tints of Japanese Laurel #3C873C

Color information

#3C873C (or 0x3C873C) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 87 and 3C. RGB value is (60,135,60). Sum of RGB (Red+Green+Blue) = 60+135+60=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #3C873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C873C is #C378C3. Grayscale: #686868. Windows color (decimal): -12810436 or 3966780. OLE color: 3966780.

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

Color convert

RGB6013560-
CMYK0.5600.560.47
HSL120º38.46%38.24%-
HSV(B)120º55.56%52.94%-
XYZ11.3418.617.27-
YUV104.02103.1596.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 135 (53.12% from 255) = 52.94%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=23.53%
G=52.94%
B=23.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60135600.5600.560.4712038.4638.24
Hex3C873C380382F782626
Octal742077470070571704646
Binary1111001000011111110011100001110001011111111000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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