#3C813B

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

Shades of Japanese Laurel #3C813B

Tints of Japanese Laurel #3C813B

Color information

#3C813B (or 0x3C813B) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 81 and 3B. RGB value is (60,129,59). Sum of RGB (Red+Green+Blue) = 60+129+59=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #3C813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C813B is #C37EC4. Grayscale: #646464. Windows color (decimal): -12811973 or 3899708. OLE color: 3899708.

HSL color Cylindrical-coordinate representation of color #3C813B: hue angle of 119.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C813B is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB6012959-
CMYK0.5300.540.49
HSL119.14º37.23%36.86%-
HSV(B)119.14º54.26%50.59%-
XYZ10.516.986.86-
YUV100.39104.6499.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.19%
GREEN value IS 129 (50.78% from 255) = 52.02%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=24.19%
G=52.02%
B=23.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60129590.5300.540.49119.1437.2336.86
Hex3C813B3503631772525
Octal742017365066611674545
Binary1111001000000111101111010101101101100011110111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,129,59); }

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

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

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

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

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

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

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