#318B3D

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

Shades of Japanese Laurel #318B3D

Tints of Japanese Laurel #318B3D

Color information

#318B3D (or 0x318B3D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8B and 3D. RGB value is (49,139,61). Sum of RGB (Red+Green+Blue) = 49+139+61=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #318B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B3D is #CE74C2. Grayscale: #676767. Windows color (decimal): -13530307 or 4033329. OLE color: 4033329.

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

Color convert

RGB4913961-
CMYK0.6500.560.45
HSL128º47.87%36.86%-
HSV(B)128º64.75%54.51%-
XYZ11.3419.467.57-
YUV103.2104.1889.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 61 (24.22% from 255) = 24.50%
R=19.68%
G=55.82%
B=24.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49139610.6500.560.4512847.8736.86
Hex318B3D410382D803025
Octal6121375101070552006045
Binary110001100010111111011000001011100010110110000000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,139,61); }

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

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

 a { background-color: rgb(49,139,61); }

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

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

 span { border-color: rgb(49,139,61); }

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