#318C3E

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

Shades of Japanese Laurel #318C3E

Tints of Japanese Laurel #318C3E

Color information

#318C3E (or 0x318C3E) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8C and 3E. RGB value is (49,140,62). Sum of RGB (Red+Green+Blue) = 49+140+62=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #318C3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C3E is #CE73C1. Grayscale: #686868. Windows color (decimal): -13530050 or 4099121. OLE color: 4099121.

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

Color convert

RGB4914062-
CMYK0.6500.560.45
HSL128.57º48.15%37.06%-
HSV(B)128.57º65%54.9%-
XYZ11.5119.767.76-
YUV103.9104.3588.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 140 (55.08% from 255) = 55.78%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=19.52%
G=55.78%
B=24.70%

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
Decimal49140620.6500.560.45128.5748.1537.06
Hex318C3E410382D813025
Octal6121476101070552016045
Binary110001100011001111101000001011100010110110000001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,140,62); }

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

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

 a { background-color: rgb(49,140,62); }

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

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

 span { border-color: rgb(49,140,62); }

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