#318d3b

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

Shades of Japanese Laurel #318D3B

Tints of Japanese Laurel #318D3B

Color information

#318D3B (or 0x318D3B) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8D and 3B. RGB value is (49,141,59). Sum of RGB (Red+Green+Blue) = 49+141+59=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #318D3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318D3B is #CE72C4. Grayscale: #686868. Windows color (decimal): -13529797 or 3902769. OLE color: 3902769.

HSL color Cylindrical-coordinate representation of color #318D3B: hue angle of 126.52º 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 #318D3B is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB4914159-
CMYK0.6500.580.45
HSL126.52º48.42%37.25%-
HSV(B)126.52º65.25%55.29%-
XYZ11.5820.027.39-
YUV104.14102.5288.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 141 (55.47% from 255) = 56.63%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=19.68%
G=56.63%
B=23.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141590.6500.580.45126.5248.4237.25
Hex318D3B4103A2D7f3025
Octal6121573101072551776045
Binary11000110001101111011100000101110101011011111111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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