#3C893F

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

Shades of Japanese Laurel #3C893F

Tints of Japanese Laurel #3C893F

Color information

#3C893F (or 0x3C893F) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 89 and 3F. RGB value is (60,137,63). Sum of RGB (Red+Green+Blue) = 60+137+63=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #3C893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C893F is #C376C0. Grayscale: #696969. Windows color (decimal): -12809921 or 4163900. OLE color: 4163900.

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

Color convert

RGB6013763-
CMYK0.5600.540.46
HSL122.34º39.09%38.63%-
HSV(B)122.34º56.2%53.73%-
XYZ11.7119.217.79-
YUV105.54103.9995.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.08%
GREEN value IS 137 (53.91% from 255) = 52.69%
BLUE value IS 63 (25% from 255) = 24.23%
R=23.08%
G=52.69%
B=24.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60137630.5600.540.46122.3439.0938.63
Hex3C893F380362E7a2727
Octal742117770066561724747
Binary1111001000100111111111100001101101011101111010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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