#3C893A

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

Shades of Japanese Laurel #3C893A

Tints of Japanese Laurel #3C893A

Color information

#3C893A (or 0x3C893A) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 89 and 3A. RGB value is (60,137,58). Sum of RGB (Red+Green+Blue) = 60+137+58=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #3C893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C893A is #C376C5. Grayscale: #696969. Windows color (decimal): -12809926 or 3836220. OLE color: 3836220.

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

Color convert

RGB6013758-
CMYK0.5600.580.46
HSL118.48º40.51%38.24%-
HSV(B)118.48º57.66%53.73%-
XYZ11.5719.167.09-
YUV104.97101.4995.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 137 (53.91% from 255) = 53.73%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=23.53%
G=53.73%
B=22.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60137580.5600.580.46118.4840.5138.24
Hex3C893A3803A2E762926
Octal742117270072561665146
Binary1111001000100111101011100001110101011101110110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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