#318D36

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

Shades of Japanese Laurel #318D36

Tints of Japanese Laurel #318D36

Color information

#318D36 (or 0x318D36) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8D and 36. RGB value is (49,141,54). Sum of RGB (Red+Green+Blue) = 49+141+54=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #318D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318D36 is #CE72C9. Grayscale: #676767. Windows color (decimal): -13529802 or 3575089. OLE color: 3575089.

HSL color Cylindrical-coordinate representation of color #318D36: hue angle of 123.26º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318D36 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB4914154-
CMYK0.6500.620.45
HSL123.26º48.42%37.25%-
HSV(B)123.26º65.25%55.29%-
XYZ11.4619.976.74-
YUV103.57100.0289.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 141 (55.47% from 255) = 57.79%
BLUE value IS 54 (21.48% from 255) = 22.13%
R=20.08%
G=57.79%
B=22.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141540.6500.620.45123.2648.4237.25
Hex318D364103E2D7b3025
Octal6121566101076551736045
Binary11000110001101110110100000101111101011011111011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318D36; }

 p { color: rgb(49,141,54); }

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

<style>
 a { background-color: #318D36; }

 a { background-color: rgb(49,141,54); }

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

<style>
 span { border-color: #318D36; }

 span { border-color: rgb(49,141,54); }

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