#318E3D

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

Shades of Japanese Laurel #318E3D

Tints of Japanese Laurel #318E3D

Color information

#318E3D (or 0x318E3D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8E and 3D. RGB value is (49,142,61). Sum of RGB (Red+Green+Blue) = 49+142+61=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #318E3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318E3D is #CE71C2. Grayscale: #696969. Windows color (decimal): -13529539 or 4034097. OLE color: 4034097.

HSL color Cylindrical-coordinate representation of color #318E3D: hue angle of 127.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E3D is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB4914261-
CMYK0.6500.570.44
HSL127.74º48.69%37.45%-
HSV(B)127.74º65.49%55.69%-
XYZ11.7820.347.72-
YUV104.96103.1988.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 142 (55.86% from 255) = 56.35%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=19.44%
G=56.35%
B=24.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49142610.6500.570.44127.7448.6937.45
Hex318E3D410392C803125
Octal6121675101071542006145
Binary110001100011101111011000001011100110110010000000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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